Searched refs:ts_recent (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | tcp_timewait.c | 199 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck() 200 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck() 276 if (((to->to_flags & TOF_TS) == 0) && (tp->ts_recent != 0) && in tcp_twcheck()
|
| HD | tcp_input.c | 1667 tp->ts_recent = to.to_tsval; in tcp_do_segment() 1759 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment() 1769 tp->ts_recent = to.to_tsval; in tcp_do_segment() 2226 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment() 2227 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment() 2241 tp->ts_recent = 0; in tcp_do_segment() 2397 tp->ts_recent = to.to_tsval; in tcp_do_segment()
|
| HD | tcp_var.h | 363 uint32_t ts_recent; /* timestamp echo data */ member
|
| HD | tcp_output.c | 858 to.to_tsecr = tp->ts_recent; in tcp_default_output()
|
| HD | tcp_syncache.c | 951 tp->ts_recent = sc->sc_tsreflect; in syncache_socket()
|
| HD | tcp_usrreq.c | 3168 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
|
| HD | tcp_subr.c | 2015 to.to_tsecr = tp->ts_recent; in tcp_respond()
|
| /freebsd-14-stable/sys/dev/qlnx/qlnxe/ |
| HD | tcp_common.h | 142 __le32 ts_recent /* The timestamp value to send in the next ACK */; member 291 __le32 ts_recent /* The timestamp value to send in the next ACK */; member
|
| HD | ecore_iscsi_api.h | 134 u32 ts_recent; member
|
| /freebsd-14-stable/sys/netinet/tcp_stacks/ |
| HD | rack_bbr_common.c | 851 tp->ts_recent = 0; in ctf_ts_check() 882 tp->ts_recent = 0; in ctf_ts_check_ac()
|
| HD | bbr.c | 8442 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in bbr_do_fastnewdata() 8454 tp->ts_recent = to->to_tsval; in bbr_do_fastnewdata() 8574 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack() 8636 tp->ts_recent = to->to_tsval; in bbr_fastack() 8988 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_syn_recv() 8989 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_syn_recv() 9027 tp->ts_recent = to->to_tsval; in bbr_do_syn_recv() 9224 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_established() 9225 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_established() 9251 tp->ts_recent = to->to_tsval; in bbr_do_established() [all …]
|
| HD | rack.c | 12928 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in rack_do_fastnewdata() 12940 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata() 13058 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack() 13115 tp->ts_recent = to->to_tsval; in rack_fastack() 13495 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_syn_recv() 13496 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_syn_recv() 13536 tp->ts_recent = to->to_tsval; in rack_do_syn_recv() 13718 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_established() 13719 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_established() 13747 tp->ts_recent = to->to_tsval; in rack_do_established() [all …]
|
| /freebsd-14-stable/sys/dev/cxgbe/tom/ |
| HD | t4_cpl_io.c | 316 tp->ts_recent = 0; /* hmmm */ in assign_rxopt()
|