Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_output.c710 int sack_bytes_rxmt; in tcp_output() local
963 sack_bytes_rxmt = 0; in tcp_output()
967 (p = tcp_sack_output(tp, &sack_bytes_rxmt))) { in tcp_output()
979 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; in tcp_output()
1082 if (sack_bytes_rxmt == 0) { in tcp_output()
1092 sack_bytes_rxmt; in tcp_output()
1179 (sack_rxmit || (sack_bytes_rxmt != 0)), in tcp_output()
1308 sack_bytes_rxmt == 0 && in tcp_output()
1718 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()
3076 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()