Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_output.c565 const uint32_t bytes_not_in_flight = tp->bytes_sacked + tp->bytes_lost; in tcp_flight_size() local
566 ret = bytes_sent - bytes_not_in_flight + tp->bytes_retransmitted; in tcp_flight_size()