Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_utun.c457 uint32_t tx_length = kern_buflet_get_data_length(tx_buf); in utun_netif_sync_tx() local
482 pcb->utun_ifp->if_xname, ip_version, vhl, tx_offset, tx_length, in utun_netif_sync_tx()
489 tx_length += UTUN_HEADER_SIZE(pcb); in utun_netif_sync_tx()
492 length = MIN(tx_length, pcb->utun_slot_size); in utun_netif_sync_tx()
800 uint32_t tx_length = kern_packet_get_data_length(tx_ph); in utun_netif_sync_rx() local
801 if (tx_length < header_offset) { in utun_netif_sync_rx()
807 pcb->utun_ifp->if_xname, tx_length, header_offset); in utun_netif_sync_rx()
811 size_t length = MIN(tx_length - header_offset, in utun_netif_sync_rx()