Symbol: ts_recent
sys/dev/cxgbe/tom/t4_cpl_io.c
322
tp->ts_recent = 0; /* hmmm */
sys/dev/qlnx/qlnxe/tcp_common.h
142
__le32 ts_recent /* The timestamp value to send in the next ACK */;
sys/dev/qlnx/qlnxe/tcp_common.h
291
__le32 ts_recent /* The timestamp value to send in the next ACK */;
sys/netinet/tcp_input.c
1628
tp->ts_recent = to.to_tsval;
sys/netinet/tcp_input.c
1726
TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) {
sys/netinet/tcp_input.c
1736
tp->ts_recent = to.to_tsval;
sys/netinet/tcp_input.c
2192
if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_input.c
2193
TSTMP_LT(to.to_tsval, tp->ts_recent)) {
sys/netinet/tcp_input.c
2207
tp->ts_recent = 0;
sys/netinet/tcp_input.c
2361
tp->ts_recent = to.to_tsval;
sys/netinet/tcp_output.c
845
to.to_tsecr = tp->ts_recent;
sys/netinet/tcp_stacks/bbr.c
10095
rsm->r_del_ack_ts = tp->ts_recent;
sys/netinet/tcp_stacks/bbr.c
11409
tp->ts_recent = to.to_tsval;
sys/netinet/tcp_stacks/bbr.c
12881
to.to_tsecr = tp->ts_recent;
sys/netinet/tcp_stacks/bbr.c
8446
(TSTMP_LT(to->to_tsval, tp->ts_recent)))) {
sys/netinet/tcp_stacks/bbr.c
8458
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/bbr.c
8578
if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) {
sys/netinet/tcp_stacks/bbr.c
8640
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/bbr.c
8992
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/bbr.c
8993
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/bbr.c
9031
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/bbr.c
9228
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/bbr.c
9229
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/bbr.c
9255
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/bbr.c
9325
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/bbr.c
9326
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/bbr.c
9352
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/bbr.c
9447
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/bbr.c
9448
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/bbr.c
9483
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/bbr.c
9572
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/bbr.c
9573
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/bbr.c
9599
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/bbr.c
9674
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/bbr.c
9675
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/bbr.c
9701
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/bbr.c
9778
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/bbr.c
9779
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/bbr.c
9815
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
12415
(TSTMP_LT(to->to_tsval, tp->ts_recent)))) {
sys/netinet/tcp_stacks/rack.c
12427
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
12541
if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) {
sys/netinet/tcp_stacks/rack.c
12598
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
12997
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/rack.c
12998
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/rack.c
13036
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
13217
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/rack.c
13218
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/rack.c
13244
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
13312
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/rack.c
13313
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/rack.c
13339
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
13437
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/rack.c
13438
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/rack.c
13471
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
13559
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/rack.c
13560
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/rack.c
13586
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
13660
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/rack.c
13661
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/rack.c
13688
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
13763
if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_stacks/rack.c
13764
TSTMP_LT(to->to_tsval, tp->ts_recent)) {
sys/netinet/tcp_stacks/rack.c
13797
tp->ts_recent = to->to_tsval;
sys/netinet/tcp_stacks/rack.c
15676
if (tp->ts_recent &&
sys/netinet/tcp_stacks/rack.c
15677
TSTMP_LT(ae->ts_value, tp->ts_recent)) {
sys/netinet/tcp_stacks/rack.c
15693
tp->ts_recent = ae->ts_value;
sys/netinet/tcp_stacks/rack.c
16642
tp->ts_recent = to.to_tsval;
sys/netinet/tcp_stacks/rack.c
18404
to.to_tsecr = tp->ts_recent;
sys/netinet/tcp_stacks/rack.c
18980
to.to_tsecr = tp->ts_recent;
sys/netinet/tcp_stacks/rack.c
21155
to.to_tsecr = tp->ts_recent;
sys/netinet/tcp_stacks/rack_bbr_common.c
804
tp->ts_recent = 0;
sys/netinet/tcp_stacks/rack_bbr_common.c
835
tp->ts_recent = 0;
sys/netinet/tcp_subr.c
1956
to.to_tsecr = tp->ts_recent;
sys/netinet/tcp_syncache.c
948
tp->ts_recent = sc->sc_tsreflect;
sys/netinet/tcp_timewait.c
196
if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent &&
sys/netinet/tcp_timewait.c
197
TSTMP_LT(to.to_tsval, tp->ts_recent)) {
sys/netinet/tcp_timewait.c
273
if (((to->to_flags & TOF_TS) == 0) && (tp->ts_recent != 0) &&
sys/netinet/tcp_usrreq.c
2928
tp->ts_recent, tp->ts_recent_age);
sys/netinet/tcp_var.h
367
uint32_t ts_recent; /* timestamp echo data */