Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_utun.c639 kern_channel_slot_t rx_pslot = NULL; in utun_netif_sync_rx() local
732 rx_pslot = rx_slot; in utun_netif_sync_rx()
840 rx_pslot = rx_slot; in utun_netif_sync_rx()
845 if (rx_pslot) { in utun_netif_sync_rx()
846 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_netif_sync_rx()
3357 kern_channel_slot_t rx_pslot = NULL; in utun_kpipe_sync_rx() local
3474 rx_pslot = rx_slot; in utun_kpipe_sync_rx()
3478 if (rx_pslot) { in utun_kpipe_sync_rx()
3479 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_kpipe_sync_rx()
3523 kern_channel_slot_t rx_pslot = NULL; in utun_kpipe_sync_rx() local
[all …]
H A Dif_ipsec.c866 kern_channel_slot_t rx_pslot = NULL; in ipsec_kpipe_sync_rx() local
993 rx_pslot = rx_slot; in ipsec_kpipe_sync_rx()
997 if (rx_pslot) { in ipsec_kpipe_sync_rx()
998 kern_channel_advance_slot(rx_ring, rx_pslot); in ipsec_kpipe_sync_rx()
1441 kern_channel_slot_t rx_pslot = NULL; in ipsec_netif_sync_rx() local
1632 rx_pslot = rx_slot; in ipsec_netif_sync_rx()
1850 rx_pslot = rx_slot; in ipsec_netif_sync_rx()
1873 if (rx_pslot) { in ipsec_netif_sync_rx()
1874 kern_channel_advance_slot(rx_ring, rx_pslot); in ipsec_netif_sync_rx()