Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dif_utun.c459 uint32_t tx_length = kern_buflet_get_data_length(tx_buf); in utun_netif_sync_tx() local
479 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()
486 tx_length += UTUN_HEADER_SIZE(pcb); in utun_netif_sync_tx()
489 length = MIN(tx_length, pcb->utun_slot_size); in utun_netif_sync_tx()
795 uint32_t tx_length = kern_packet_get_data_length(tx_ph); in utun_netif_sync_rx() local
796 if (tx_length < header_offset) { in utun_netif_sync_rx()
802 pcb->utun_ifp->if_xname, tx_length, header_offset); in utun_netif_sync_rx()
806 size_t length = MIN(tx_length - header_offset, in utun_netif_sync_rx()