Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c464 struct __kern_packet *p_head = NULL, *p; in nx_netif_pkt_to_filter_pkt_chain() local
465 struct __kern_packet **p_tailp = &p_head; in nx_netif_pkt_to_filter_pkt_chain()
480 DTRACE_SKYWALK2(pkt__chain, struct __kern_packet *, p_head, int, c); in nx_netif_pkt_to_filter_pkt_chain()
481 return p_head; in nx_netif_pkt_to_filter_pkt_chain()
507 struct __kern_packet *p_head = NULL, *p; in nx_netif_filter_pkt_to_pkt_chain() local
508 struct __kern_packet **p_tailp = &p_head; in nx_netif_filter_pkt_to_pkt_chain()
523 DTRACE_SKYWALK2(pkt__chain, struct __kern_packet *, p_head, int, c); in nx_netif_filter_pkt_to_pkt_chain()
524 return p_head; in nx_netif_filter_pkt_to_pkt_chain()
714 nx_netif_pkt_chain_info(struct __kern_packet *p_head, in nx_netif_pkt_chain_info() argument
717 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, *p_head = NULL, **p_tailp = &p_head; in nx_netif_filter_tx_processed_pkt_dequeue() local
114 p_head); in nx_netif_filter_tx_processed_pkt_dequeue()
115 return p_head; in nx_netif_filter_tx_processed_pkt_dequeue()