Searched refs:rxtime (Results 1 – 2 of 2) sorted by relevance
1377 struct tcpopt *to, u_int32_t rxtime) in tcp_detect_bad_rexmt() argument1388 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()1389 TSTMP_LT(to->to_tsecr, rxtime)) { in tcp_detect_bad_rexmt()1394 rxtime > 0) { in tcp_detect_bad_rexmt()1395 tdiff = (int32_t)(tcp_now - rxtime); in tcp_detect_bad_rexmt()
1692 u_int32_t rxtime);