Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dskywalk_stubs.c62 STUB(kern_channel_advance_slot);
H A Dif_utun.c538 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_netif_sync_tx()
847 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_netif_sync_rx()
852 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_netif_sync_rx()
3262 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_kpipe_sync_tx()
3480 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_kpipe_sync_rx()
3489 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_kpipe_sync_rx()
3594 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_kpipe_sync_rx()
H A Dif_headless.c740 kern_channel_advance_slot(tx_ring, last_tx_slot); in headless_nx_sync_tx()
827 kern_channel_advance_slot(rx_ring, last_rx_slot); in headless_nx_sync_rx()
H A Dif_ipsec.c999 kern_channel_advance_slot(rx_ring, rx_pslot); in ipsec_kpipe_sync_rx()
1008 kern_channel_advance_slot(tx_ring, tx_pslot); in ipsec_kpipe_sync_rx()
1307 kern_channel_advance_slot(tx_ring, tx_pslot); in ipsec_netif_sync_tx()
1857 kern_channel_advance_slot(tx_ring, tx_pslot); in ipsec_netif_sync_rx()
1875 kern_channel_advance_slot(rx_ring, rx_pslot); in ipsec_netif_sync_rx()
H A Dif_fake.c1314 kern_channel_advance_slot(rx_ring, last_rx_slot); in feth_rx_submit()
1934 kern_channel_advance_slot(tx_ring, last_tx_slot); in feth_nx_sync_tx()
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_vp.c136 kern_channel_advance_slot(ring, last_slot); in netif_filter_deliver()
463 kern_channel_advance_slot(kring, last_slot); in netif_filter_na_txsync()
H A Dnx_netif_vp.c191 kern_channel_advance_slot(ring, last_slot); in netif_deliver_pkt()
742 kern_channel_advance_slot(kring, last_slot); in netif_vp_na_txsync()
1141 kern_channel_advance_slot(ring, slot); in netif_vp_na_channel_event_notify()
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel.h606 extern void kern_channel_advance_slot(const kern_channel_ring_t kring,
H A Dchannel_kern.c180 kern_channel_advance_slot(const kern_channel_ring_t kring, in kern_channel_advance_slot() function
/xnu-8792.41.9/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c446 kern_channel_advance_slot(rxkring, prs); in kplo_sync_tx()
447 kern_channel_advance_slot(txkring, pts); in kplo_sync_tx()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c606 kern_channel_advance_slot(ring, slot); in fsw_vp_na_channel_event_notify()