Lines Matching refs:tx_buf
903 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_kpipe_sync_rx() local
904 VERIFY(tx_buf != NULL); in ipsec_kpipe_sync_rx()
905 uint8_t *tx_baddr = kern_buflet_get_data_address(tx_buf); in ipsec_kpipe_sync_rx()
907 tx_baddr += kern_buflet_get_data_offset(tx_buf); in ipsec_kpipe_sync_rx()
1238 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_netif_sync_tx() local
1239 VERIFY(tx_buf != NULL); in ipsec_netif_sync_tx()
1240 uint8_t *tx_baddr = kern_buflet_get_data_address(tx_buf); in ipsec_netif_sync_tx()
1242 tx_baddr += kern_buflet_get_data_offset(tx_buf); in ipsec_netif_sync_tx()
1690 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_netif_sync_rx() local
1691 VERIFY(tx_buf != NULL); in ipsec_netif_sync_rx()
1692 uint8_t *tx_baddr = kern_buflet_get_data_address(tx_buf); in ipsec_netif_sync_rx()
1694 tx_baddr += kern_buflet_get_data_offset(tx_buf); in ipsec_netif_sync_rx()