Home
last modified time | relevance | path

Searched refs:TF_RCVD_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_output.c603 ((tp->t_flags & TF_RCVD_TSTMP) ? in tcp_output()
844 if ((tp->t_flags & TF_RCVD_TSTMP) || in tcp_output()
H A Dtcp_var.h379 #define TF_RCVD_TSTMP 0x00000100 /* a timestamp was received in SYN */ macro
H A Dtcp_timer.c691 if ((tp->t_flags & TF_RCVD_TSTMP) == 0) in tcp_timer_rexmt()
H A Dtcp_input.c1665 tp->t_flags |= TF_RCVD_TSTMP; in tcp_do_segment()
1700 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1723 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()
H A Dtcp_usrreq.c1766 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP)) in tcp_fill_info()
2845 if (t_flags & TF_RCVD_TSTMP) { in db_print_tflags()
H A Dtcp_subr.c1564 if (tp->t_flags & TF_RCVD_TSTMP) { in tcp_respond()
3033 if (tp->t_flags & TF_RCVD_TSTMP) in tcp_maxseg()
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.c834 if (tp->t_flags & TF_RCVD_TSTMP) in ctf_fixed_maxseg()
H A Drack.c10891 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS) && in rack_do_segment_nounlock()
11003 tp->t_flags |= TF_RCVD_TSTMP; in rack_do_segment_nounlock()
13059 if ((tp->t_flags & TF_RCVD_TSTMP) || in rack_output()
H A Dbbr.c11475 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS) && in bbr_do_segment_nounlock()
11523 tp->t_flags |= TF_RCVD_TSTMP; in bbr_do_segment_nounlock()
13033 if ((tp->t_flags & TF_RCVD_TSTMP) || in bbr_output_wtime()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h379 #define TF_RCVD_TSTMP 0x00000100 /* a timestamp was received in SYN */ macro