Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c595 if (to->to_flags & TOF_SACK) { in tcp_sack_doack()
884 if (!(to->to_flags & TOF_SACK)) in tcp_sack_doack()
H A Dtcp_input.c261 ((to->to_flags & TOF_SACK) || in tcp_is_sack_recovery()
1579 to.to_flags &= ~TOF_SACK; in tcp_do_segment()
1740 (to.to_flags & TOF_SACK) == 0 && in tcp_do_segment()
2811 (to.to_flags & TOF_SACK)) { in tcp_do_segment()
3551 to->to_flags |= TOF_SACK; in tcp_dooptions()
H A Dtcp_output.c863 to.to_flags |= TOF_SACK; in tcp_default_output()
1878 case TOF_SACK: in tcp_addoptions()
H A Dtcp_var.h889 #define TOF_SACK 0x0080 /* Peer sent SACK option */ macro
H A Dtcp_subr.c4429 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
4442 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
4464 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7493 if ((to->to_flags & TOF_SACK) == 0) { in bbr_log_ack()
9195 if (__predict_true(((to->to_flags & TOF_SACK) == 0)) && in bbr_do_established()
11350 to.to_flags &= ~TOF_SACK; in bbr_do_segment_nounlock()
11460 if (to.to_flags & TOF_SACK) in bbr_do_segment_nounlock()
12899 to.to_flags |= TOF_SACK; in bbr_output_wtime()
H A Drack.c10721 if ((to->to_flags & TOF_SACK) == 0) { in rack_log_ack()
11703 ((to->to_flags & TOF_SACK) == 0)) { in rack_process_ack()
13183 if (__predict_true(((to->to_flags & TOF_SACK) == 0)) && in rack_do_established()
16402 to.to_flags &= ~TOF_SACK; in rack_do_segment_nounlock()
21189 to.to_flags |= TOF_SACK; in rack_output()