Home
last modified time | relevance | path

Searched refs:TF_NOOPT (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c479 if (((tp->t_flags & TF_NOOPT) == 0) && in ertt_add_tx_segment_info_hook()
/f-stack/freebsd/netinet/
H A Dtcp_timewait.c311 if ((tp->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP|TF_NOOPT)) == in tcp_twstart()
H A Dtcp_syncache.c1059 tp->t_flags |= TF_NOOPT; in syncache_socket()
1509 ltflags = (tp->t_flags & (TF_NOOPT | TF_SIGNATURE)); in syncache_add()
1785 if (ltflags & TF_NOOPT) in syncache_add()
H A Dtcp_output.c457 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in tcp_output()
799 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_output()
H A Dtcp_usrreq.c2112 opt = TF_NOOPT; in tcp_default_ctloutput()
2495 optval = tp->t_flags & TF_NOOPT; in tcp_default_ctloutput()
2825 if (t_flags & TF_NOOPT) { in db_print_tflags()
H A Dtcp_var.h374 #define TF_NOOPT 0x00000008 /* don't use tcp options */ macro
H A Dtcp_subr.c1436 if ((tp->t_flags & TF_NOOPT) == 0) in tcp_respond()
3022 if (tp->t_flags & TF_NOOPT) in tcp_maxseg()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c822 if (tp->t_flags & TF_NOOPT) in ctf_fixed_maxseg()
H A Drack.c12434 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in rack_output()
13009 if ((tp->t_flags & TF_NOOPT) == 0) { in rack_output()
H A Dbbr.c12560 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in bbr_output_wtime()
12993 if ((tp->t_flags & TF_NOOPT) == 0) { in bbr_output_wtime()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h374 #define TF_NOOPT 0x00000008 /* don't use tcp options */ macro