Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/ !
H A Dtcp_output.c592 int i, sack_rxmit; in tcp_output() local
839 sack_rxmit = 0; in tcp_output()
887 sack_rxmit = 1; in tcp_output()
958 if (sack_rxmit == 0) { in tcp_output()
1052 (sack_rxmit || (sack_bytes_rxmt != 0)), in tcp_output()
1181 tp->rcv_numsacks == 0 && sack_rxmit == 0 && in tcp_output()
1260 if (sack_rxmit) { in tcp_output()
1358 if (sack_rxmit) { in tcp_output()
1574 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()
1895 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) { in tcp_output()
[all …]