Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c215 int sack_rxmit, sack_bytes_rxmt; in tcp_output() local
300 sack_bytes_rxmt = 0; in tcp_output()
304 (p = tcp_sack_output(tp, &sack_bytes_rxmt))) { in tcp_output()
308 imax(min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt, 0); in tcp_output()
402 if (sack_bytes_rxmt == 0) in tcp_output()
426 sack_bytes_rxmt; in tcp_output()