Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/khelp/
HDh_ertt.c477 if (((tp->t_flags & TF_NOOPT) == 0) && in ertt_add_tx_segment_info_hook()
/freebsd-14-stable/sys/netinet/
HDtcp_syncache.c942 tp->t_flags |= TF_NOOPT; in syncache_socket()
1429 ltflags = (tp->t_flags & (TF_NOOPT | TF_SIGNATURE)); in syncache_add()
1665 !(ltflags & TF_NOOPT)) { in syncache_add()
1720 if (ltflags & TF_NOOPT) in syncache_add()
HDtcp_input.c1653 !(tp->t_flags & TF_NOOPT)) { in tcp_do_segment()
1665 !(tp->t_flags & TF_NOOPT)) { in tcp_do_segment()
1675 (tp->t_flags & TF_NOOPT))) in tcp_do_segment()
1679 !(tp->t_flags & TF_NOOPT)) { in tcp_do_segment()
HDtcp_output.c457 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in tcp_default_output()
807 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_default_output()
HDtcp_usrreq.c2127 opt = TF_NOOPT; in tcp_default_ctloutput()
2508 optval = tp->t_flags & TF_NOOPT; in tcp_default_ctloutput()
2855 if (t_flags & TF_NOOPT) { in db_print_tflags()
HDtcp_var.h782 #define TF_NOOPT 0x00000008 /* don't use tcp options */ macro
HDtcp_subr.c1852 if ((tp->t_flags & TF_NOOPT) == 0) in tcp_respond()
3537 if (tp->t_flags & TF_NOOPT) in tcp_maxseg()
3586 if (tp->t_flags & TF_NOOPT) in tcp_fixed_maxseg()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c12396 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in bbr_output_wtime()
12829 if ((tp->t_flags & TF_NOOPT) == 0) { in bbr_output_wtime()
HDrack.c20659 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in rack_output()
21320 if ((tp->t_flags & TF_NOOPT) == 0) { in rack_output()