Home
last modified time | relevance | path

Searched refs:TF_REQ_TSTMP (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c311 if ((tp->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP|TF_NOOPT)) == in tcp_twstart()
312 (TF_REQ_TSTMP|TF_RCVD_TSTMP)) { in tcp_twstart()
H A Dtcp_usrreq.c1698 if (tp->t_flags & TF_REQ_TSTMP) in tcp_connect()
1739 if (tp->t_flags & TF_REQ_TSTMP) in tcp6_connect()
1766 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP)) in tcp_fill_info()
2841 if (t_flags & TF_REQ_TSTMP) { in db_print_tflags()
H A Dtcp_var.h378 #define TF_REQ_TSTMP 0x00000080 /* have/will request timestamps */ macro
H A Dtcp_timer.c853 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
H A Dtcp_subr.c1767 tp->t_flags = (TF_REQ_SCALE|TF_REQ_TSTMP); in tcp_newtcpcb()
3047 if (tp->t_flags & TF_REQ_TSTMP) in tcp_maxseg()
H A Dtcp_input.c1664 (tp->t_flags & TF_REQ_TSTMP)) { in tcp_do_segment()
1669 tp->t_flags &= ~TF_REQ_TSTMP; in tcp_do_segment()
H A Dtcp_output.c845 ((flags & TH_SYN) && (tp->t_flags & TF_REQ_TSTMP))) { in tcp_output()
H A Dtcp_syncache.c1067 tp->t_flags |= TF_REQ_TSTMP|TF_RCVD_TSTMP; in syncache_socket()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c843 if (tp->t_flags & TF_REQ_TSTMP) in ctf_fixed_maxseg()
H A Dbbr.c5170 tp->t_flags &= ~(TF_REQ_SCALE | TF_REQ_TSTMP | TF_SACK_PERMIT); in bbr_timeout_rxt()
10151 if (tp->t_flags & TF_REQ_TSTMP) in bbr_init()
11522 (tp->t_flags & TF_REQ_TSTMP)) { in bbr_do_segment_nounlock()
11527 tp->t_flags &= ~TF_REQ_TSTMP; in bbr_do_segment_nounlock()
13034 ((flags & TH_SYN) && (tp->t_flags & TF_REQ_TSTMP))) { in bbr_output_wtime()
H A Drack.c11002 (tp->t_flags & TF_REQ_TSTMP)) { in rack_do_segment_nounlock()
11007 tp->t_flags &= ~TF_REQ_TSTMP; in rack_do_segment_nounlock()
13060 ((flags & TH_SYN) && (tp->t_flags & TF_REQ_TSTMP))) { in rack_output()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h378 #define TF_REQ_TSTMP 0x00000080 /* have/will request timestamps */ macro