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.c596 if (to->to_flags & TOF_SACK) { in tcp_sack_doack()
885 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()
1577 to.to_flags &= ~TOF_SACK; in tcp_do_segment()
1740 (to.to_flags & TOF_SACK) == 0 && in tcp_do_segment()
2801 (to.to_flags & TOF_SACK)) { in tcp_do_segment()
3541 to->to_flags |= TOF_SACK; in tcp_dooptions()
H A Dtcp_output.c862 to.to_flags |= TOF_SACK; in tcp_default_output()
1877 case TOF_SACK: in tcp_addoptions()
H A Dtcp_var.h889 #define TOF_SACK 0x0080 /* Peer sent SACK option */ macro
H A Dtcp_subr.c4401 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
4414 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
4436 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()
11455 if (to.to_flags & TOF_SACK) in bbr_do_segment_nounlock()
12894 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()
16400 to.to_flags &= ~TOF_SACK; in rack_do_segment_nounlock()
21172 to.to_flags |= TOF_SACK; in rack_output()