Searched refs:tx_offset (Results 1 – 1 of 1) sorted by relevance
457 uint16_t tx_offset = kern_buflet_get_data_offset(tx_buf); in utun_netif_sync_tx() local461 VERIFY(tx_offset >= UTUN_HEADER_SIZE(pcb)); in utun_netif_sync_tx()465 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx()478 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()484 tx_offset -= UTUN_HEADER_SIZE(pcb); in utun_netif_sync_tx()486 tx_baddr += tx_offset; in utun_netif_sync_tx()