Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dskywalk_stubs.c71 STUB(kern_channel_slot_attach_packet);
H A Dif_utun.c720 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_netif_sync_rx()
831 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_netif_sync_rx()
3466 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_kpipe_sync_rx()
3578 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_kpipe_sync_rx()
H A Dif_headless.c819 kern_channel_slot_attach_packet(rx_ring, rx_slot, ph); in headless_nx_sync_rx()
H A Dif_ipsec.c979 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_kpipe_sync_rx()
1616 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_netif_sync_rx()
1835 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_netif_sync_rx()
H A Dif_fake.c1307 err = kern_channel_slot_attach_packet(rx_ring, rx_slot, dph); in feth_rx_submit()
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel.h620 extern errno_t kern_channel_slot_attach_packet(const kern_channel_ring_t ring,
H A Dchannel_kern.c293 kern_channel_slot_attach_packet(const kern_channel_ring_t kring, in kern_channel_slot_attach_packet() function
/xnu-8792.41.9/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-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c603 err = kern_channel_slot_attach_packet(ring, slot, ph); in fsw_vp_na_channel_event_notify()
/xnu-8792.41.9/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()
1138 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()