Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_output.c679 int i, sack_rxmit; in tcp_output() local
933 sack_rxmit = 0; in tcp_output()
981 sack_rxmit = 1; in tcp_output()
1052 if (sack_rxmit == 0) { in tcp_output()
1146 (sack_rxmit || (sack_bytes_rxmt != 0)), in tcp_output()
1275 tp->rcv_numsacks == 0 && sack_rxmit == 0 && in tcp_output()
1354 if (sack_rxmit) { in tcp_output()
1452 if (sack_rxmit) { in tcp_output()
1668 (sack_rxmit || (sack_bytes_rxmt != 0)), isipv6); in tcp_output()
2129 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) { in tcp_output()
[all …]