Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_input.c1773 (to.to_flags & TOF_SACK) == 0 && in tcp_do_segment()
2496 ((to.to_flags & TOF_SACK) || in tcp_do_segment()
2777 (to.to_flags & TOF_SACK) && in tcp_do_segment()
3491 to->to_flags |= TOF_SACK; in tcp_dooptions()
H A Dtcp_sack.c567 if (to->to_flags & TOF_SACK) { in tcp_sack_doack()
H A Dtcp_output.c865 to.to_flags |= TOF_SACK; in tcp_output()
1831 case TOF_SACK: in tcp_addoptions()
H A Dtcp_var.h458 #define TOF_SACK 0x0080 /* Peer sent SACK option */ macro
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h458 #define TOF_SACK 0x0080 /* Peer sent SACK option */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c7608 if ((to->to_flags & TOF_SACK) == 0) { in bbr_log_ack()
9288 if (__predict_true(((to->to_flags & TOF_SACK) == 0)) && in bbr_do_established()
11570 if (to.to_flags & TOF_SACK) in bbr_do_segment_nounlock()
13049 to.to_flags |= TOF_SACK; in bbr_output_wtime()
H A Drack.c7653 if ((to->to_flags & TOF_SACK) == 0) { in rack_log_ack()
9589 if (__predict_true(((to->to_flags & TOF_SACK) == 0)) && in rack_do_established()
13074 to.to_flags |= TOF_SACK; in rack_output()