Home
last modified time | relevance | path

Searched refs:tx_offset (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_utun.c549 uint32_t tx_offset = kern_buflet_get_data_offset(tx_buf); in utun_netif_sync_tx() local
558 VERIFY(tx_offset >= UTUN_HEADER_SIZE(pcb)); in utun_netif_sync_tx()
562 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx()
575 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()
581 tx_offset -= UTUN_HEADER_SIZE(pcb); in utun_netif_sync_tx()
583 tx_baddr += tx_offset; in utun_netif_sync_tx()