Home
last modified time | relevance | path

Searched refs:to_tsecr (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/sys/netinet/tcp_stacks/
HDfastpath.c243 to->to_tsecr) { in tcp_do_fastack()
246 t = tcp_ts_getticks() - to->to_tsecr; in tcp_do_fastack()
1220 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in tcp_do_slowpath()
1223 t = tcp_ts_getticks() - to->to_tsecr; in tcp_do_slowpath()
1810 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment_fastslow()
1811 to.to_tsecr -= tp->ts_offset; in tcp_do_segment_fastslow()
1812 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment_fastslow()
1813 to.to_tsecr = 0; in tcp_do_segment_fastslow()
2060 to->to_tsecr) { in tcp_fastack()
2063 t = tcp_ts_getticks() - to->to_tsecr; in tcp_fastack()
[all …]
/freebsd-11-stable/sys/netinet/khelp/
HDh_ertt.c277 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook()
294 rts = to->to_tsecr; in ertt_packet_measurement_hook()
480 txsi->rx_ts = ntohl(to->to_tsecr); in ertt_add_tx_segment_info_hook()
/freebsd-11-stable/sys/netinet/
HDtcp_output.c828 to.to_tsecr = tp->ts_recent; in tcp_output()
1753 to->to_tsecr = htonl(to->to_tsecr); in tcp_addoptions()
1756 bcopy((u_char *)&to->to_tsecr, optp, sizeof(to->to_tsecr)); in tcp_addoptions()
1757 optp += sizeof(to->to_tsecr); in tcp_addoptions()
HDtcp_input.c1696 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1697 to.to_tsecr -= tp->ts_offset; in tcp_do_segment()
1698 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment()
1699 to.to_tsecr = 0; in tcp_do_segment()
1831 to.to_tsecr) { in tcp_do_segment()
1834 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
2823 if ((to.to_flags & TOF_TS) != 0 && to.to_tsecr) { in tcp_do_segment()
2826 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
3434 (char *)&to->to_tsecr, sizeof(to->to_tsecr)); in tcp_dooptions()
3435 to->to_tsecr = ntohl(to->to_tsecr); in tcp_dooptions()
HDtcp_timewait.c605 to.to_tsecr = tw->t_recent; in tcp_twrespond()
HDtcp_var.h379 u_int32_t to_tsecr; /* reflected timestamp */ member
HDtcp_syncache.c1756 to.to_tsecr = sc->sc_tsreflect; in syncache_respond()
HDtcp_subr.c1041 to.to_tsecr = tp->ts_recent; in tcp_respond()
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
HDcxgb_listen.c720 to.to_tsecr = synqe->ts; in do_pass_establish()
/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_listen.c1478 to->to_tsecr = synqe->ts; in synqe_to_protohdrs()