Home
last modified time | relevance | path

Searched refs:kern_channel_slot_attach_packet (Results 1 – 12 of 12) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dskywalk_stubs.c65 STUB(kern_channel_slot_attach_packet);
H A Dif_ipsec.c985 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_kpipe_sync_rx_mbuf()
1253 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_kpipe_sync_rx_packet()
1900 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_netif_sync_rx_mbuf()
2119 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_netif_sync_rx_mbuf()
2508 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_netif_sync_rx_packet()
2586 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_netif_sync_rx_packet()
H A Dif_utun.c719 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_netif_sync_rx()
830 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_netif_sync_rx()
3465 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_kpipe_sync_rx()
3577 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_kpipe_sync_rx()
H A Dif_headless.c815 kern_channel_slot_attach_packet(rx_ring, rx_slot, ph); in headless_nx_sync_rx()
H A Dif_redirect.c744 err = kern_channel_slot_attach_packet(rx_ring, rx_slot, ph); in redirect_rx_cb()
H A Dif_fake.c1357 err = kern_channel_slot_attach_packet(rx_ring, rx_slot, dph); in feth_rx_submit()
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dos_channel.h634 extern errno_t kern_channel_slot_attach_packet(const kern_channel_ring_t ring,
H A Dchannel_kern.c289 kern_channel_slot_attach_packet(const kern_channel_ring_t kring, in kern_channel_slot_attach_packet() function
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c424 VERIFY(kern_channel_slot_attach_packet(txkring, ts, ph) == 0); in kplo_sync_tx()
434 VERIFY(kern_channel_slot_attach_packet(rxkring, rs, tph) == 0); in kplo_sync_tx()
/xnu-10002.1.13/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c125 err = kern_channel_slot_attach_packet(ring, slot, ph); in netif_copy_or_attach_pkt()
1146 err = kern_channel_slot_attach_packet(ring, slot, ph); in netif_vp_na_channel_event_notify()
H A Dnx_netif_filter_vp.c112 err = kern_channel_slot_attach_packet(ring, slot, ph); in netif_filter_deliver()
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c614 err = kern_channel_slot_attach_packet(ring, slot, ph); in fsw_vp_na_channel_event_notify()