Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_output.c270 if ((tp->t_flags & (TF_SACK_PERMITTED | TF_NOOPT)) == in tcp_output()
721 if (!(tp->t_flags & TF_NOOPT)) { in tcp_output()
756 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_output()
1436 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_tso_getsize()
H A Dtcp_usrreq.c1581 opt = TF_NOOPT; in tcp_ctloutput()
1678 optval = tp->t_flags & TF_NOOPT; in tcp_ctloutput()
H A Dtcp_syncache.c841 tp->t_flags |= TF_NOOPT; in syncache_socket()
1102 if (tp->t_flags & TF_NOOPT) in syncache_add()
H A Dtcp_var.h167 #define TF_NOOPT 0x00000008 /* don't use tcp options */ macro
H A Dtcp_subr.c1855 if ((tp->t_flags & (TF_REQ_TSTMP | TF_RCVD_TSTMP | TF_NOOPT)) == in tcp_mtudisc()
H A Dtcp_input.c3039 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_rmx_mss()