Searched refs:tx_length (Results 1 – 1 of 1) sorted by relevance
550 uint32_t tx_length = kern_buflet_get_data_length(tx_buf); in utun_netif_sync_tx() local575 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()582 tx_length += UTUN_HEADER_SIZE(pcb); in utun_netif_sync_tx()585 length = MIN(tx_length, pcb->utun_slot_size); in utun_netif_sync_tx()934 uint32_t tx_length = kern_packet_get_data_length(tx_ph); in utun_netif_sync_rx() local935 if (tx_length < header_offset) { in utun_netif_sync_rx()941 pcb->utun_ifp->if_xname, tx_length, header_offset); in utun_netif_sync_rx()945 size_t length = MIN(tx_length - header_offset, in utun_netif_sync_rx()