Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_output.c681 int sack_bytes_rxmt; in tcp_output() local
935 sack_bytes_rxmt = 0; in tcp_output()
939 (p = tcp_sack_output(tp, &sack_bytes_rxmt))) { in tcp_output()
951 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; in tcp_output()
1054 if (sack_bytes_rxmt == 0) { in tcp_output()
1064 sack_bytes_rxmt; in tcp_output()
1147 (sack_rxmit || (sack_bytes_rxmt != 0)), in tcp_output()
1277 sack_bytes_rxmt == 0 && in tcp_output()
1669 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()
2972 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()