Home
last modified time | relevance | path

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

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