Searched refs:tx_length (Results 1 – 1 of 1) sorted by relevance
459 uint32_t tx_length = kern_buflet_get_data_length(tx_buf); in utun_netif_sync_tx() local479 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() local796 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()