Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_output.c523 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_output()
564 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_output()
615 (tp->t_flags & (TF_SACK_PERMIT|TF_NOOPT)) == TF_SACK_PERMIT && in tcp_output()
H A Dtcp_var.h83 #define TF_NOOPT 0x0008U /* don't use tcp options */ macro
H A Dtcp_subr.c373 if (tp && (tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_respond()
H A Dtcp_input.c2920 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mss()
2977 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_hdrsz()