Searched refs:tx_buf (Results 1 – 2 of 2) sorted by relevance
452 VERIFY(tx_buf != NULL); in utun_netif_sync_tx()460 kern_buflet_get_data_address(tx_buf), in utun_netif_sync_tx()461 kern_buflet_get_data_limit(tx_buf)); in utun_netif_sync_tx()791 VERIFY(tx_buf != NULL); in utun_netif_sync_rx()793 kern_buflet_get_data_address(tx_buf), in utun_netif_sync_rx()794 kern_buflet_get_data_limit(tx_buf)); in utun_netif_sync_rx()3249 VERIFY(tx_buf != NULL); in utun_kpipe_sync_tx()3251 kern_buflet_get_data_address(tx_buf), in utun_kpipe_sync_tx()3252 kern_buflet_get_data_limit(tx_buf)); in utun_kpipe_sync_tx()3413 VERIFY(tx_buf != NULL); in utun_kpipe_sync_rx()[all …]
1161 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_netif_sync_tx() local1162 VERIFY(tx_buf != NULL); in ipsec_netif_sync_tx()1164 uint8_t *tx_baddr = ipsec_kern_buflet_to_buffer(tx_buf); in ipsec_netif_sync_tx()1166 tx_baddr += kern_buflet_get_data_offset(tx_buf); in ipsec_netif_sync_tx()