Home
last modified time | relevance | path

Searched refs:rx_pslot (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_utun.c640 kern_channel_slot_t rx_pslot = NULL; in utun_netif_sync_rx() local
733 rx_pslot = rx_slot; in utun_netif_sync_rx()
841 rx_pslot = rx_slot; in utun_netif_sync_rx()
846 if (rx_pslot) { in utun_netif_sync_rx()
847 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_netif_sync_rx()
3355 kern_channel_slot_t rx_pslot = NULL; in utun_kpipe_sync_rx() local
3472 rx_pslot = rx_slot; in utun_kpipe_sync_rx()
3476 if (rx_pslot) { in utun_kpipe_sync_rx()
3477 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_kpipe_sync_rx()
3521 kern_channel_slot_t rx_pslot = NULL; in utun_kpipe_sync_rx() local
[all …]
H A Dif_ipsec.c867 kern_channel_slot_t rx_pslot = NULL; in ipsec_kpipe_sync_rx() local
994 rx_pslot = rx_slot; in ipsec_kpipe_sync_rx()
998 if (rx_pslot) { in ipsec_kpipe_sync_rx()
999 kern_channel_advance_slot(rx_ring, rx_pslot); in ipsec_kpipe_sync_rx()
1442 kern_channel_slot_t rx_pslot = NULL; in ipsec_netif_sync_rx() local
1633 rx_pslot = rx_slot; in ipsec_netif_sync_rx()
1851 rx_pslot = rx_slot; in ipsec_netif_sync_rx()
1874 if (rx_pslot) { in ipsec_netif_sync_rx()
1875 kern_channel_advance_slot(rx_ring, rx_pslot); in ipsec_netif_sync_rx()