Home
last modified time | relevance | path

Searched refs:kern_channel_reclaim (Results 1 – 9 of 9) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dskywalk_stubs.c61 STUB(kern_channel_reclaim);
H A Dif_ipsec.c814 (void) kern_channel_reclaim(rx_ring); in ipsec_kpipe_sync_rx_mbuf()
1016 (void)kern_channel_reclaim(tx_ring); in ipsec_kpipe_sync_rx_mbuf()
1120 (void) kern_channel_reclaim(rx_ring); in ipsec_kpipe_sync_rx_packet()
1283 (void)kern_channel_reclaim(tx_ring); in ipsec_kpipe_sync_rx_packet()
1593 (void)kern_channel_reclaim(tx_ring); in ipsec_netif_sync_tx()
1712 (void) kern_channel_reclaim(rx_ring); in ipsec_netif_sync_rx_mbuf()
2143 (void)kern_channel_reclaim(tx_ring); in ipsec_netif_sync_rx_mbuf()
2320 (void) kern_channel_reclaim(rx_ring); in ipsec_netif_sync_rx_packet()
2610 (void)kern_channel_reclaim(tx_ring); in ipsec_netif_sync_rx_packet()
H A Dif_utun.c539 (void)kern_channel_reclaim(tx_ring); in utun_netif_sync_tx()
625 (void) kern_channel_reclaim(rx_ring); in utun_netif_sync_rx()
853 (void)kern_channel_reclaim(tx_ring); in utun_netif_sync_rx()
3265 (void) kern_channel_reclaim(tx_ring); in utun_kpipe_sync_tx()
3303 (void) kern_channel_reclaim(rx_ring); in utun_kpipe_sync_rx()
3490 (void)kern_channel_reclaim(tx_ring); in utun_kpipe_sync_rx()
H A Dif_headless.c770 kern_channel_reclaim(rx_ring); in headless_nx_sync_rx()
H A Dif_redirect.c721 kern_channel_reclaim(rx_ring); in redirect_rx_cb()
H A Dif_fake.c1315 kern_channel_reclaim(rx_ring); in feth_rx_submit()
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dos_channel.h619 extern uint32_t kern_channel_reclaim(const kern_channel_ring_t);
H A Dchannel_kern.c54 kern_channel_reclaim(const kern_channel_ring_t kring) in kern_channel_reclaim() function
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c460 (void) kern_channel_reclaim(txkring); in kplo_sync_tx()
491 (void) kern_channel_reclaim(rxkring); in kplo_sync_rx()