Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_utun.c491 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_tx()
531 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
542 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
775 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in utun_netif_sync_rx()
870 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx()
894 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_rx()
907 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_rx()
988 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx()
3528 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_kpipe_sync_tx()
3550 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.c722 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in headless_nx_sync_tx()
733 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in headless_nx_sync_tx()
786 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_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.c1488 rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in feth_rx_submit()
1532 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in feth_rx_submit()
2280 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in feth_nx_sync_tx()
2326 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in feth_nx_sync_tx()
/xnu-12377.81.4/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-12377.81.4/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()
693 slot = kern_channel_get_next_slot(kring, slot, NULL); in netif_vp_na_txsync()
1144 slot = kern_channel_get_next_slot(ring, NULL, NULL); in netif_vp_na_channel_event_notify()
/xnu-12377.81.4/bsd/skywalk/channel/
H A Dos_channel.h617 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-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c591 slot = kern_channel_get_next_slot(ring, NULL, NULL); in fsw_vp_na_channel_event_notify()