Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_utun.c456 uint32_t tx_offset = kern_buflet_get_data_offset(tx_buf); in utun_netif_sync_tx() local
465 VERIFY(tx_offset >= UTUN_HEADER_SIZE(pcb)); in utun_netif_sync_tx()
469 uint8_t vhl = *(uint8_t *)(tx_baddr + tx_offset); in utun_netif_sync_tx()
482 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()
488 tx_offset -= UTUN_HEADER_SIZE(pcb); in utun_netif_sync_tx()
490 tx_baddr += tx_offset; in utun_netif_sync_tx()