Home
last modified time | relevance | path

Searched defs: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()
149 nx_pktq_safe_enq_multi(struct nx_pktq *q, struct __kern_packet *p_head, 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()
/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
507 struct __kern_packet *p_head = NULL, *p; in nx_netif_filter_pkt_to_pkt_chain() local
714 nx_netif_pkt_chain_info(struct __kern_packet *p_head, 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