Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c872 tp->sackhint.sacked_bytes = 0; in tcp_sack_doack()
878 tp->sackhint.sacked_bytes += delivered_data - left_edge_delta; in tcp_sack_doack()
879 KASSERT((tp->sackhint.sacked_bytes >= 0), ("sacked_bytes < 0")); in tcp_sack_doack()
910 tp->sackhint.sacked_bytes = 0; in tcp_free_sackholes()
1082 return (tp->sackhint.sacked_bytes); in tcp_sack_adjust()
1105 return (tp->sackhint.sacked_bytes); in tcp_sack_adjust()
H A Dtcp_input.c2521 prev_sacked_bytes = tp->sackhint.sacked_bytes; in tcp_do_segment()
2532 tp->sackhint.sacked_bytes = 0; in tcp_do_segment()
2622 tp->sackhint.sacked_bytes > in tcp_do_segment()
2798 (tp->sackhint.sacked_bytes > in tcp_do_segment()
4129 tp->sackhint.sacked_bytes - in tcp_compute_pipe()
H A Dtcp_var.h134 int32_t sacked_bytes; /* Total sacked bytes reported by the member
/freebsd/tools/test/stress2/misc/
H A Dall.exclude86 zfs9.sh panic: sacked_bytes < 0 20250711