Searched refs:seconds (Results 1 – 4 of 4) sorted by relevance
299 unsigned long time = jiffies - info->seconds * HZ; in recent_mt()303 if (info->seconds && time_after(time, e->stamps[i])) in recent_mt()358 (info->seconds || info->hit_count || in recent_mt_check()361 if ((info->check_set & XT_RECENT_REAP) && !info->seconds) in recent_mt_check()
385 unsigned int seconds; in handle_subscribe_ack() local390 seconds = le32_to_cpu(h->duration); in handle_subscribe_ack()399 (seconds >> 1) * HZ - 1; in handle_subscribe_ack()401 monc->sub_renew_sent, seconds, monc->sub_renew_after); in handle_subscribe_ack()
65 connections per second, the connection lasts for 200 seconds in
366 static u8 secs_to_retrans(int seconds, int timeout, int rto_max) in secs_to_retrans() argument370 if (seconds > 0) { in secs_to_retrans()374 while (seconds > period && res < 255) { in secs_to_retrans()
Completed in 16 milliseconds