Lines Matching refs:tx_buf
904 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_kpipe_sync_rx() local
905 VERIFY(tx_buf != NULL); in ipsec_kpipe_sync_rx()
906 uint8_t *tx_baddr = kern_buflet_get_data_address(tx_buf); in ipsec_kpipe_sync_rx()
908 tx_baddr += kern_buflet_get_data_offset(tx_buf); in ipsec_kpipe_sync_rx()
1239 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_netif_sync_tx() local
1240 VERIFY(tx_buf != NULL); in ipsec_netif_sync_tx()
1241 uint8_t *tx_baddr = kern_buflet_get_data_address(tx_buf); in ipsec_netif_sync_tx()
1243 tx_baddr += kern_buflet_get_data_offset(tx_buf); in ipsec_netif_sync_tx()
1691 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_netif_sync_rx() local
1692 VERIFY(tx_buf != NULL); in ipsec_netif_sync_rx()
1693 uint8_t *tx_baddr = kern_buflet_get_data_address(tx_buf); in ipsec_netif_sync_rx()
1695 tx_baddr += kern_buflet_get_data_offset(tx_buf); in ipsec_netif_sync_rx()