Home
last modified time | relevance | path

Searched refs:TF_RCVD_TSTMP (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_timer.c614 if ((tp->t_flags & TF_RCVD_TSTMP) == 0) in tcp_timer_rexmt()
H A Dtcp_output.c603 ((tp->t_flags & TF_RCVD_TSTMP) ? in tcp_default_output()
845 if ((tp->t_flags & TF_RCVD_TSTMP) || in tcp_default_output()
H A Dtcp_input.c1667 tp->t_flags |= TF_RCVD_TSTMP; in tcp_do_segment()
1710 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()
1733 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()
H A Dtcp_var.h782 #define TF_RCVD_TSTMP 0x00000100 /* a timestamp was received in SYN */ macro
H A Dtcp_usrreq.c1563 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP)) in tcp_fill_info()
2865 if (t_flags & TF_RCVD_TSTMP) { in db_print_tflags()
H A Dtcp_subr.c1957 if (tp->t_flags & TF_RCVD_TSTMP) { in tcp_respond()
3521 if (tp->t_flags & TF_RCVD_TSTMP) in tcp_maxseg()
3570 if (tp->t_flags & TF_RCVD_TSTMP) in tcp_fixed_maxseg()
H A Dtcp_syncache.c937 tp->t_flags |= TF_REQ_TSTMP|TF_RCVD_TSTMP; in syncache_socket()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c7782 } else if ((tp->t_flags & TF_RCVD_TSTMP) == 0) in rack_timeout_rxt()
10423 (tp->t_flags & TF_RCVD_TSTMP) && in rack_process_to_cumack()
11890 ((tp->t_flags & TF_RCVD_TSTMP) == 0)) { in rack_process_ack()
12735 ((tp->t_flags & TF_RCVD_TSTMP) == 0)) { in rack_fastack()
16055 ((tp->t_flags & TF_RCVD_TSTMP) == 0)) { in rack_do_compressed_ack_processing()
16670 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS) && in rack_do_segment_nounlock()
16771 tp->t_flags |= TF_RCVD_TSTMP; in rack_do_segment_nounlock()
18526 if (tp->t_flags & TF_RCVD_TSTMP) { in rack_fast_rsm_output()
19102 if (tp->t_flags & TF_RCVD_TSTMP) { in rack_fast_output()
21238 if ((tp->t_flags & TF_RCVD_TSTMP) || in rack_output()
[all …]
H A Dbbr.c11366 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS) && in bbr_do_segment_nounlock()
11415 tp->t_flags |= TF_RCVD_TSTMP; in bbr_do_segment_nounlock()
12886 if ((tp->t_flags & TF_RCVD_TSTMP) || in bbr_output_wtime()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c315 tp->t_flags |= TF_RCVD_TSTMP; /* timestamps ok */ in assign_rxopt()
H A Dt4_tom.c957 if (tp->t_flags & TF_RCVD_TSTMP) in t4_pmtu_update()