Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c571 int notlost_bytes = 0; in tcp_sack_doack() local
754 notlost_bytes += cur->end - cur->start; in tcp_sack_doack()
779 notlost_bytes += cur->end - cur->start; in tcp_sack_doack()
841 notlost_bytes += temp->end - temp->start; in tcp_sack_doack()
864 notlost_bytes += cur->end - cur->start; in tcp_sack_doack()
872 KASSERT(notlost_bytes <= tp->sackhint.hole_bytes, in tcp_sack_doack()
888 notlost_bytes; in tcp_sack_doack()