Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h204 extern int tcp_rexmit_drop_options;
/f-stack/freebsd/netinet/
H A Dtcp_timer.h204 extern int tcp_rexmit_drop_options;
H A Dtcp_timer.c167 int tcp_rexmit_drop_options = 0; variable
169 &tcp_rexmit_drop_options, 0,
851 if (tcp_rexmit_drop_options && (tp->t_state == TCPS_SYN_SENT) && in tcp_timer_rexmt()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5168 if (tcp_rexmit_drop_options && (tp->t_state == TCPS_SYN_SENT) && in bbr_timeout_rxt()