Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDtcp_sack.c879 tp->sackhint.sacked_bytes = 0; in tcp_sack_doack()
885 tp->sackhint.sacked_bytes += delivered_data - left_edge_delta; in tcp_sack_doack()
886 KASSERT((tp->sackhint.sacked_bytes >= 0), ("sacked_bytes < 0")); in tcp_sack_doack()
917 tp->sackhint.sacked_bytes = 0; in tcp_free_sackholes()
1102 return (tp->sackhint.sacked_bytes); in tcp_sack_adjust()
1125 return (tp->sackhint.sacked_bytes); in tcp_sack_adjust()
HDtcp_input.c2566 tp->sackhint.sacked_bytes = 0; in tcp_do_segment()
2676 tp->sackhint.sacked_bytes > in tcp_do_segment()
2854 (tp->sackhint.sacked_bytes > in tcp_do_segment()
4200 tp->sackhint.sacked_bytes - in tcp_compute_pipe()
HDtcp_var.h125 int32_t sacked_bytes; /* Total sacked bytes reported by the member