Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dif_utun.c458 uint16_t tx_offset = kern_buflet_get_data_offset(tx_buf); in utun_netif_sync_tx() local
462 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()