Searched refs:kern_channel_slot_attach_packet (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | skywalk_stubs.c | 65 STUB(kern_channel_slot_attach_packet);
|
| H A D | if_utun.c | 723 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_netif_sync_rx() 838 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_netif_sync_rx() 3489 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in utun_kpipe_sync_rx() 3601 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_ipsec.c | 902 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_kpipe_sync_rx() 1671 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_netif_sync_rx() 1749 error = kern_channel_slot_attach_packet(rx_ring, rx_slot, rx_ph); in ipsec_netif_sync_rx()
|
| H A D | if_redirect.c | 794 err = kern_channel_slot_attach_packet(rx_ring, rx_slot, ph); in redirect_rx_cb()
|
| H A D | if_fake.c | 1504 err = kern_channel_slot_attach_packet(rx_ring, rx_slot, dph); in feth_rx_submit()
|
| /xnu-11215.1.10/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 | 295 kern_channel_slot_attach_packet(const kern_channel_ring_t kring, in kern_channel_slot_attach_packet() function
|
| /xnu-11215.1.10/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-11215.1.10/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_vp.c | 129 err = kern_channel_slot_attach_packet(ring, slot, ph); in netif_copy_or_attach_pkt() 1149 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-11215.1.10/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 601 err = kern_channel_slot_attach_packet(ring, slot, ph); in fsw_vp_na_channel_event_notify()
|