Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_utun.c402 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_tx()
436 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
447 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
641 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in utun_netif_sync_rx()
734 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx()
757 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_rx()
770 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_rx()
842 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx()
3199 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_kpipe_sync_tx()
3221 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.c666 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_tx()
852 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_rx()
868 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in ipsec_kpipe_sync_rx()
890 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx()
902 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx()
995 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in ipsec_kpipe_sync_rx()
1185 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_netif_sync_tx()
1226 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_netif_sync_tx()
1237 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_netif_sync_tx()
1443 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in ipsec_netif_sync_rx()
[all …]
H A Dskywalk_stubs.c65 STUB(kern_channel_get_next_slot);
H A Dif_headless.c724 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in headless_nx_sync_tx()
735 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in headless_nx_sync_tx()
788 rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in headless_nx_sync_rx()
823 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in headless_nx_sync_rx()
H A Dif_fake.c1266 rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in feth_rx_submit()
1310 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in feth_rx_submit()
1883 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in feth_nx_sync_tx()
1923 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in feth_nx_sync_tx()
/xnu-8792.41.9/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-8792.41.9/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()
1130 slot = kern_channel_get_next_slot(ring, NULL, NULL); in netif_vp_na_channel_event_notify()
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel.h602 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-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c595 slot = kern_channel_get_next_slot(ring, NULL, NULL); in fsw_vp_na_channel_event_notify()