Lines Matching refs:to_tsecr
1622 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1623 to.to_tsecr -= tp->ts_offset; in tcp_do_segment()
1624 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) { in tcp_do_segment()
1625 to.to_tsecr = 0; in tcp_do_segment()
1784 to.to_tsecr != 0 && in tcp_do_segment()
1785 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) || in tcp_do_segment()
1799 to.to_tsecr) { in tcp_do_segment()
1802 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
2949 to.to_tsecr != 0 && in tcp_do_segment()
2950 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment()
2967 if ((to.to_flags & TOF_TS) != 0 && to.to_tsecr) { in tcp_do_segment()
2970 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
3581 (char *)&to->to_tsecr, sizeof(to->to_tsecr)); in tcp_dooptions()
3582 to->to_tsecr = ntohl(to->to_tsecr); in tcp_dooptions()