Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c129 netif_deliver_pkt(struct nexus_adapter *na, struct __kern_packet *pkt_chain, in netif_deliver_pkt()
212 struct __kern_packet *pkt_chain = NULL, **tailp = &pkt_chain; in netif_hwna_rx_get_pkts() local
292 struct __kern_packet *pkt_chain; in netif_llw_rx_notify_fast() local
307 struct __kern_packet *pkt_chain = NULL; in netif_llw_rx_notify_default() local
471 struct __kern_packet *pkt_chain, struct proc *p) in netif_vp_send_pkt_chain_low_latency()
567 struct __kern_packet *pkt_chain, boolean_t compat) in netif_vp_send_pkt_chain_common()
621 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.c3165 struct __kern_packet *pkt_chain, struct __kern_packet **fpkt_chain,
3217 struct __kern_packet *pkt_chain, struct nexus_pkt_stats *stats)
3332 struct __kern_packet *pkt_chain = NULL, **tailp = &pkt_chain; local
3357 struct __kern_packet *pkt_chain; local
3461 struct __kern_packet *pkt_chain; local
3564 netif_inject_rx(struct nexus_adapter *na, struct __kern_packet *pkt_chain)
3632 struct __kern_packet *pkt_chain; local
3692 struct __kern_packet *pkt_chain; local
4088 struct __kern_packet *pkt_chain = SK_PTR_ADDR_KPKT(ph_chain); local
4122 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_flow.c570 struct __kern_packet *pkt_chain, struct __kern_packet **remain, in nx_netif_demux()
H A Dnx_netif_llink.c650 netif_qset_enqueue(struct netif_qset *qset, struct __kern_packet *pkt_chain, in netif_qset_enqueue()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c905 struct flow_entry *fe, struct __kern_packet *pkt_chain, in convert_native_pkt_to_mbuf_chain()
1123 struct flow_entry *fe, struct __kern_packet *pkt_chain, in convert_compat_pkt_to_mbuf_chain()
1167 struct __kern_packet *pkt_chain; in fsw_host_rx() local
1779 fsw_devna_rx(struct nexus_adapter *devna, struct __kern_packet *pkt_chain, in fsw_devna_rx()
2063 convert_pkt_to_mbuf_chain(struct __kern_packet *pkt_chain, in convert_pkt_to_mbuf_chain()
2170 struct __kern_packet *pkt_chain, struct __kern_packet *pkt_tail, in classq_enqueue_flow_chain()
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpbufpool_kern.c445 struct __kern_packet *pkt_chain = SK_PTR_ADDR_KPKT(chain); in kern_pbufpool_free_chain() local
H A Dpbufpool.c1951 pp_free_packet_chain(struct __kern_packet *pkt_chain, int *npkt) in pp_free_packet_chain()