Searched refs:tx_offset (Results 1 – 1 of 1) sorted by relevance
458 uint16_t tx_offset = kern_buflet_get_data_offset(tx_buf); in utun_netif_sync_tx() local462 VERIFY(tx_offset >= UTUN_HEADER_SIZE(pcb)); in utun_netif_sync_tx()466 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx()479 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()485 tx_offset -= UTUN_HEADER_SIZE(pcb); in utun_netif_sync_tx()487 tx_baddr += tx_offset; in utun_netif_sync_tx()