Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_output.c681 int sack_bytes_rxmt; in tcp_output() local
934 sack_bytes_rxmt = 0; in tcp_output()
938 (p = tcp_sack_output(tp, &sack_bytes_rxmt))) { in tcp_output()
950 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; in tcp_output()
1053 if (sack_bytes_rxmt == 0) { in tcp_output()
1063 sack_bytes_rxmt; in tcp_output()
1146 (sack_rxmit || (sack_bytes_rxmt != 0)), in tcp_output()
1276 sack_bytes_rxmt == 0 && in tcp_output()
1668 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()
2975 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()