Searched refs:kern_channel_slot_attach_packet (Results 1 – 12 of 12) sorted by relevance
| /xnu-10002.1.13/bsd/net/ |
| H A D | skywalk_stubs.c | 65 STUB(kern_channel_slot_attach_packet);
|
| H A D | if_ipsec.c | 985 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 D | if_utun.c | 719 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 D | if_headless.c | 815 kern_channel_slot_attach_packet(rx_ring, rx_slot, ph); in headless_nx_sync_rx()
|
| H A D | if_redirect.c | 744 err = kern_channel_slot_attach_packet(rx_ring, rx_slot, ph); in redirect_rx_cb()
|
| H A D | if_fake.c | 1357 err = kern_channel_slot_attach_packet(rx_ring, rx_slot, dph); in feth_rx_submit()
|
| /xnu-10002.1.13/bsd/skywalk/channel/ |
| H A D | os_channel.h | 634 extern errno_t kern_channel_slot_attach_packet(const kern_channel_ring_t ring,
|
| H A D | channel_kern.c | 289 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 D | nx_kpipe_loopback.c | 424 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 D | nx_netif_vp.c | 125 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 D | nx_netif_filter_vp.c | 112 err = kern_channel_slot_attach_packet(ring, slot, ph); in netif_filter_deliver()
|
| /xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 614 err = kern_channel_slot_attach_packet(ring, slot, ph); in fsw_vp_na_channel_event_notify()
|