Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_output.c594 int sack_bytes_rxmt; in tcp_output() local
840 sack_bytes_rxmt = 0; in tcp_output()
844 (p = tcp_sack_output(tp, &sack_bytes_rxmt))) { in tcp_output()
856 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; in tcp_output()
959 if (sack_bytes_rxmt == 0) { in tcp_output()
969 sack_bytes_rxmt; in tcp_output()
1052 (sack_rxmit || (sack_bytes_rxmt != 0)), in tcp_output()
1182 sack_bytes_rxmt == 0 && in tcp_output()
1574 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()
2712 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()