Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/khelp/
Dh_ertt.c479 if (((tp->t_flags & TF_NOOPT) == 0) && in ertt_add_tx_segment_info_hook()
/freebsd-12-stable/sys/netinet/
Dtcp_timewait.c310 if ((tp->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP|TF_NOOPT)) == in tcp_twstart()
Dtcp_syncache.c910 tp->t_flags |= TF_NOOPT; in syncache_socket()
1358 ltflags = (tp->t_flags & (TF_NOOPT | TF_SIGNATURE)); in syncache_add()
1616 if (ltflags & TF_NOOPT) in syncache_add()
Dtcp_usrreq.c1909 opt = TF_NOOPT; in tcp_default_ctloutput()
2221 optval = tp->t_flags & TF_NOOPT; in tcp_default_ctloutput()
2542 if (t_flags & TF_NOOPT) { in db_print_tflags()
Dtcp_output.c446 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in tcp_output()
781 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_output()
Dtcp_var.h321 #define TF_NOOPT 0x00000008 /* don't use tcp options */ macro
Dtcp_subr.c1342 if ((tp->t_flags & TF_NOOPT) == 0) in tcp_respond()
2941 if (tp->t_flags & TF_NOOPT) in tcp_maxseg()
/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack_bbr_common.c761 if (tp->t_flags & TF_NOOPT) in ctf_fixed_maxseg()
Drack.c7502 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in rack_output()
7823 if ((tp->t_flags & TF_NOOPT) == 0) { in rack_output()