Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_utun.c404 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_tx()
438 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
449 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
644 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in utun_netif_sync_rx()
737 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx()
760 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_rx()
773 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_rx()
849 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx()
3214 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_kpipe_sync_tx()
3236 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()
813 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_rx()
829 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in ipsec_kpipe_sync_rx()
851 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx()
864 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx()
917 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in ipsec_kpipe_sync_rx()
1107 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_netif_sync_tx()
1148 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_netif_sync_tx()
1159 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_netif_sync_tx()
1498 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.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_redirect.c650 while ((tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL)) != NULL) { in redirect_nx_sync_tx()
776 rx_slot = kern_channel_get_next_slot(rx_ring, last_rx_slot, NULL); in redirect_rx_cb()
H A Dif_fake.c1463 rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in feth_rx_submit()
1507 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in feth_rx_submit()
2262 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in feth_nx_sync_tx()
2308 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in feth_nx_sync_tx()
/xnu-11215.1.10/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-11215.1.10/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_vp.c102 slot = kern_channel_get_next_slot(ring, slot, NULL); in netif_filter_deliver()
404 slot = kern_channel_get_next_slot(kring, slot, NULL); in netif_filter_na_txsync()
H A Dnx_netif_vp.c163 slot = kern_channel_get_next_slot(ring, last_slot, NULL); in netif_deliver_pkt()
690 slot = kern_channel_get_next_slot(kring, slot, NULL); in netif_vp_na_txsync()
1141 slot = kern_channel_get_next_slot(ring, NULL, NULL); in netif_vp_na_channel_event_notify()
/xnu-11215.1.10/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-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c593 slot = kern_channel_get_next_slot(ring, NULL, NULL); in fsw_vp_na_channel_event_notify()