Home
last modified time | relevance | path

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

/freebsd/sys/netinet/khelp/
H A Dh_ertt.c476 if (((tp->t_flags & TF_NOOPT) == 0) && in ertt_add_tx_segment_info_hook()
/freebsd/sys/netinet/
H A Dtcp_syncache.c929 tp->t_flags |= TF_NOOPT; in syncache_socket()
1419 ltflags = (tp->t_flags & (TF_NOOPT | TF_SIGNATURE)); in syncache_add()
1655 !(ltflags & TF_NOOPT)) { in syncache_add()
1710 if (ltflags & TF_NOOPT) in syncache_add()
H A Dtcp_input.c1653 !(tp->t_flags & TF_NOOPT)) { in tcp_do_segment()
1666 !(tp->t_flags & TF_NOOPT)) { in tcp_do_segment()
1678 (tp->t_flags & TF_NOOPT))) { in tcp_do_segment()
1683 !(tp->t_flags & TF_NOOPT)) { in tcp_do_segment()
H A Dtcp_output.c453 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in tcp_default_output()
798 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_default_output()
H A Dtcp_usrreq.c2113 opt = TF_NOOPT; in tcp_default_ctloutput()
2502 optval = tp->t_flags & TF_NOOPT; in tcp_default_ctloutput()
2845 if (t_flags & TF_NOOPT) { in db_print_tflags()
H A Dtcp_var.h777 #define TF_NOOPT 0x00000008 /* don't use tcp options */ macro
H A Dtcp_subr.c1796 if ((tp->t_flags & TF_NOOPT) == 0) in tcp_respond()
3510 if (tp->t_flags & TF_NOOPT) in tcp_maxseg()
3558 if (tp->t_flags & TF_NOOPT) in tcp_fixed_maxseg()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c12416 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in bbr_output_wtime()
12848 if ((tp->t_flags & TF_NOOPT) == 0) { in bbr_output_wtime()
H A Drack.c20492 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in rack_output()
21191 if ((tp->t_flags & TF_NOOPT) == 0) { in rack_output()