Searched refs:rxtime (Results 1 – 2 of 2) sorted by relevance
1326 struct tcpopt *to, u_int32_t rxtime) in tcp_detect_bad_rexmt() argument1337 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()1338 TSTMP_LT(to->to_tsecr, rxtime)) { in tcp_detect_bad_rexmt()1343 rxtime > 0) { in tcp_detect_bad_rexmt()1344 tdiff = (int32_t)(tcp_now - rxtime); in tcp_detect_bad_rexmt()
1826 u_int32_t rxtime);