Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_utun.c401 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_tx()
435 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
446 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
640 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in utun_netif_sync_rx()
733 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx()
756 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_rx()
769 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_rx()
841 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx()
3198 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_kpipe_sync_tx()
3220 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_kpipe_sync_tx()
[all …]
H A Dif_ipsec.c672 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_tx()
858 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_rx_mbuf()
874 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in ipsec_kpipe_sync_rx_mbuf()
896 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx_mbuf()
908 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx_mbuf()
1001 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in ipsec_kpipe_sync_rx_mbuf()
1164 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_rx_packet()
1180 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in ipsec_kpipe_sync_rx_packet()
1202 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx_packet()
1215 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx_packet()
[all …]
H A Dskywalk_stubs.c59 STUB(kern_channel_get_next_slot);
H A Dif_headless.c720 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in headless_nx_sync_tx()
731 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in headless_nx_sync_tx()
784 rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in headless_nx_sync_rx()
819 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in headless_nx_sync_rx()
H A Dif_fake.c1316 rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in feth_rx_submit()
1360 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in feth_rx_submit()
2086 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in feth_nx_sync_tx()
2132 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in feth_nx_sync_tx()
H A Dif_redirect.c651 while ((tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL)) != NULL) { in redirect_nx_sync_tx()
726 rx_slot = kern_channel_get_next_slot(rx_ring, last_rx_slot, NULL); in redirect_rx_cb()
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c356 rs = kern_channel_get_next_slot(rxkring, NULL, NULL); in kplo_sync_tx()
357 ts = kern_channel_get_next_slot(txkring, NULL, NULL); in kplo_sync_tx()
438 rs = kern_channel_get_next_slot(rxkring, rs, NULL); in kplo_sync_tx()
439 ts = kern_channel_get_next_slot(txkring, ts, NULL); in kplo_sync_tx()
/xnu-10002.1.13/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_vp.c102 slot = kern_channel_get_next_slot(ring, slot, NULL); in netif_filter_deliver()
403 slot = kern_channel_get_next_slot(kring, slot, NULL); in netif_filter_na_txsync()
H A Dnx_netif_vp.c159 slot = kern_channel_get_next_slot(ring, last_slot, NULL); in netif_deliver_pkt()
688 slot = kern_channel_get_next_slot(kring, slot, NULL); in netif_vp_na_txsync()
1138 slot = kern_channel_get_next_slot(ring, NULL, NULL); in netif_vp_na_channel_event_notify()
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dos_channel.h616 extern kern_channel_slot_t kern_channel_get_next_slot(
H A Dchannel_kern.c104 kern_channel_get_next_slot(const kern_channel_ring_t kring, in kern_channel_get_next_slot() function
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c606 slot = kern_channel_get_next_slot(ring, NULL, NULL); in fsw_vp_na_channel_event_notify()