Searched refs:tx_pslot (Results 1 – 2 of 2) sorted by relevance
401 kern_channel_slot_t tx_pslot = NULL; in utun_netif_sync_tx() local435 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() local769 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 …]
851 kern_channel_slot_t tx_pslot = NULL; in ipsec_kpipe_sync_rx() local889 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() local1225 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 …]