Home
last modified time | relevance | path

Searched defs:pkt_chain (Results 1 – 10 of 10) sorted by relevance

/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c131 netif_deliver_pkt(struct nexus_adapter *na, struct __kern_packet *pkt_chain, in netif_deliver_pkt()
214 struct __kern_packet *pkt_chain = NULL, **tailp = &pkt_chain; in netif_hwna_rx_get_pkts() local
294 struct __kern_packet *pkt_chain; in netif_llw_rx_notify_fast() local
309 struct __kern_packet *pkt_chain = NULL; in netif_llw_rx_notify_default() local
479 struct __kern_packet *pkt_chain, struct proc *p) in netif_vp_send_pkt_chain_low_latency()
575 struct __kern_packet *pkt_chain, boolean_t compat) in netif_vp_send_pkt_chain_common()
629 struct __kern_packet *pkt_chain, struct proc *p) in netif_vp_send_pkt_chain()
H A Dnx_netif_filter_vp.c76 struct __kern_packet *pkt_chain, uint32_t flags) in netif_filter_deliver()
147 netif_filter_rx_cb(void *arg, struct __kern_packet *pkt_chain, uint32_t flags) in netif_filter_rx_cb()
156 netif_filter_tx_cb(void *arg, struct __kern_packet *pkt_chain, uint32_t flags) in netif_filter_tx_cb()
165 netif_filter_cb(void *arg, struct __kern_packet *pkt_chain, uint32_t flags) in netif_filter_cb()
H A Dnx_netif_util.c59 nx_netif_free_packet_chain(struct __kern_packet *pkt_chain, int *cnt) in nx_netif_free_packet_chain()
306 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_filter_pkt_to_mbuf_chain()
461 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_pkt_to_filter_pkt_chain()
504 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_filter_pkt_to_pkt_chain()
H A Dnx_netif_filter.c70 struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_default_cb()
81 struct netif_filter *f, struct __kern_packet *pkt_chain, uint32_t flags) in nx_netif_filter_inject()
H A Dnx_netif.c3413 struct __kern_packet *pkt_chain, struct __kern_packet **fpkt_chain,
3465 struct __kern_packet *pkt_chain, struct nexus_pkt_stats *stats)
3580 struct __kern_packet *pkt_chain = NULL, **tailp = &pkt_chain; local
3605 struct __kern_packet *pkt_chain; local
3709 struct __kern_packet *pkt_chain; local
3812 netif_inject_rx(struct nexus_adapter *na, struct __kern_packet *pkt_chain)
3880 struct __kern_packet *pkt_chain; local
3940 struct __kern_packet *pkt_chain; local
4423 struct __kern_packet *pkt_chain = SK_PTR_ADDR_KPKT(ph_chain); local
4459 struct __kern_packet *pkt_chain = NULL; local
H A Dnx_netif_filter_native.c34 struct __kern_packet *pkt_chain) in nx_netif_filter_tx_pkt_enqueue()
H A Dnx_netif_llink.c643 netif_qset_enqueue(struct netif_qset *qset, struct __kern_packet *pkt_chain, in netif_qset_enqueue()
H A Dnx_netif_flow.c570 struct __kern_packet *pkt_chain, struct __kern_packet **remain, in nx_netif_demux()
/xnu-8796.101.5/bsd/skywalk/packet/
H A Dpbufpool_kern.c397 struct __kern_packet *pkt_chain = SK_PTR_ADDR_KPKT(chain); in kern_pbufpool_free_chain() local
H A Dpbufpool.c2270 pp_free_packet_chain(struct __kern_packet *pkt_chain, int *npkt) in pp_free_packet_chain()