Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/ !
H A Dif_utun.c401 kern_channel_slot_t tx_pslot = NULL; in utun_netif_sync_tx() local
435 tx_pslot = tx_slot; in utun_netif_sync_tx()
446 tx_pslot = tx_slot; in utun_netif_sync_tx()
537 if (tx_pslot) { in utun_netif_sync_tx()
538 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_netif_sync_tx()
740 kern_channel_slot_t tx_pslot = NULL; in utun_netif_sync_rx() local
769 tx_pslot = tx_slot; in utun_netif_sync_rx()
851 if (tx_pslot) { in utun_netif_sync_rx()
852 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_netif_sync_rx()
860 if (tx_pslot != NULL) { in utun_netif_sync_rx()
[all …]
H A Dif_ipsec.c851 kern_channel_slot_t tx_pslot = NULL; in ipsec_kpipe_sync_rx() local
889 tx_pslot = tx_slot; in ipsec_kpipe_sync_rx()
901 tx_pslot = tx_slot; in ipsec_kpipe_sync_rx()
1007 if (tx_pslot) { in ipsec_kpipe_sync_rx()
1008 kern_channel_advance_slot(tx_ring, tx_pslot); in ipsec_kpipe_sync_rx()
1022 if (tx_pslot != NULL) { in ipsec_kpipe_sync_rx()
1184 kern_channel_slot_t tx_pslot = NULL; in ipsec_netif_sync_tx() local
1225 tx_pslot = tx_slot; in ipsec_netif_sync_tx()
1236 tx_pslot = tx_slot; in ipsec_netif_sync_tx()
1306 if (tx_pslot) { in ipsec_netif_sync_tx()
[all …]