Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_output.c708 int i, sack_rxmit; in tcp_output() local
962 sack_rxmit = 0; in tcp_output()
1010 sack_rxmit = 1; in tcp_output()
1081 if (sack_rxmit == 0) { in tcp_output()
1179 (sack_rxmit || (sack_bytes_rxmt != 0)), in tcp_output()
1308 tp->rcv_numsacks == 0 && sack_rxmit == 0 && in tcp_output()
1387 if (sack_rxmit) { in tcp_output()
1485 if (sack_rxmit) { in tcp_output()
1701 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()
2183 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) { in tcp_output()
[all …]