Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_utun.c400 kern_channel_slot_t tx_pslot = NULL; in utun_netif_sync_tx() local
434 tx_pslot = tx_slot; in utun_netif_sync_tx()
445 tx_pslot = tx_slot; in utun_netif_sync_tx()
536 if (tx_pslot) { in utun_netif_sync_tx()
537 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_netif_sync_tx()
739 kern_channel_slot_t tx_pslot = NULL; in utun_netif_sync_rx() local
768 tx_pslot = tx_slot; in utun_netif_sync_rx()
850 if (tx_pslot) { in utun_netif_sync_rx()
851 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_netif_sync_rx()
859 if (tx_pslot != NULL) { in utun_netif_sync_rx()
[all …]
H A Dif_ipsec.c850 kern_channel_slot_t tx_pslot = NULL; in ipsec_kpipe_sync_rx() local
888 tx_pslot = tx_slot; in ipsec_kpipe_sync_rx()
900 tx_pslot = tx_slot; in ipsec_kpipe_sync_rx()
1006 if (tx_pslot) { in ipsec_kpipe_sync_rx()
1007 kern_channel_advance_slot(tx_ring, tx_pslot); in ipsec_kpipe_sync_rx()
1021 if (tx_pslot != NULL) { in ipsec_kpipe_sync_rx()
1183 kern_channel_slot_t tx_pslot = NULL; in ipsec_netif_sync_tx() local
1224 tx_pslot = tx_slot; in ipsec_netif_sync_tx()
1235 tx_pslot = tx_slot; in ipsec_netif_sync_tx()
1305 if (tx_pslot) { in ipsec_netif_sync_tx()
[all …]