Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_output.c1030 int i, rack_sack_rxmit = 0; in tcp_output() local
1312 rack_sack_rxmit = 0; in tcp_output()
1337 rack_sack_rxmit = 1; in tcp_output()
1371 rack_sack_rxmit = 1; in tcp_output()
1450 if (rack_sack_rxmit == 0) { in tcp_output()
1541 (rack_sack_rxmit || (sack_bytes_rxmt != 0)), in tcp_output()
1676 tp->rcv_numsacks == 0 && rack_sack_rxmit == 0 && in tcp_output()
1755 if (rack_sack_rxmit) { in tcp_output()
1870 if (TCP_RACK_ENABLED(tp) && rack_sack_rxmit == 0) { in tcp_output()
1875 if (rack_sack_rxmit) { in tcp_output()
[all …]