Home
last modified time | relevance | path

Searched refs:p_head (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/nexus/ !
H A Dnexus_pktq.h136 __nx_pktq_enq_multi(struct nx_pktq *q, struct __kern_packet *p_head, in __nx_pktq_enq_multi() argument
142 CLASSQ_PKT_INIT_PACKET(&head, p_head); in __nx_pktq_enq_multi()
149 nx_pktq_safe_enq_multi(struct nx_pktq *q, struct __kern_packet *p_head, in nx_pktq_safe_enq_multi() argument
153 __nx_pktq_enq_multi(q, p_head, p_tail, cnt, size); in nx_pktq_safe_enq_multi()
159 nx_pktq_enq_multi(struct nx_pktq *q, struct __kern_packet *p_head, in nx_pktq_enq_multi() argument
162 __nx_pktq_enq_multi(q, p_head, p_tail, cnt, size); in nx_pktq_enq_multi()
/xnu-12377.81.4/bsd/skywalk/nexus/netif/ !
H A Dnx_netif_util.c440 struct __kern_packet *__single p_head = NULL, *p; in nx_netif_pkt_to_filter_pkt_chain() local
441 struct __kern_packet **p_tailp = &p_head; in nx_netif_pkt_to_filter_pkt_chain()
456 DTRACE_SKYWALK2(pkt__chain, struct __kern_packet *, p_head, int, c); in nx_netif_pkt_to_filter_pkt_chain()
457 return p_head; in nx_netif_pkt_to_filter_pkt_chain()
483 struct __kern_packet *__single p_head = NULL, *p; in nx_netif_filter_pkt_to_pkt_chain() local
484 struct __kern_packet **p_tailp = &p_head; in nx_netif_filter_pkt_to_pkt_chain()
499 DTRACE_SKYWALK2(pkt__chain, struct __kern_packet *, p_head, int, c); in nx_netif_filter_pkt_to_pkt_chain()
500 return p_head; in nx_netif_filter_pkt_to_pkt_chain()
710 nx_netif_pkt_chain_info(struct __kern_packet *p_head, in nx_netif_pkt_chain_info() argument
713 struct __kern_packet *p = p_head, *tail = NULL; in nx_netif_pkt_chain_info()
H A Dnx_netif_filter_native.c83 struct __kern_packet *p, *__single p_head = NULL; in nx_netif_filter_tx_processed_pkt_dequeue() local
84 struct __kern_packet **p_tailp = &p_head; in nx_netif_filter_tx_processed_pkt_dequeue()
115 p_head); in nx_netif_filter_tx_processed_pkt_dequeue()
116 return p_head; in nx_netif_filter_tx_processed_pkt_dequeue()