Searched refs:tx_pslot (Results 1 – 2 of 2) sorted by relevance
400 kern_channel_slot_t tx_pslot = NULL; in utun_netif_sync_tx() local434 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() local768 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 …]
850 kern_channel_slot_t tx_pslot = NULL; in ipsec_kpipe_sync_rx() local888 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() local1224 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 …]