Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c118 int sack_rxmit, sack_bytes_rxmt; in tcp_output() local
189 sack_rxmit = 0; in tcp_output()
226 sack_rxmit = 1; in tcp_output()
292 if (sack_rxmit == 0) { in tcp_output()
472 if (sack_rxmit) { in tcp_output()
533 if (sack_rxmit) in tcp_output()
871 else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) { in tcp_output()
889 sack_rxmit = 0; in tcp_output()
912 sack_rxmit = 0; in tcp_output()
940 sack_rxmit = 0; in tcp_output()
[all …]