Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 4 of 4) sorted by relevance

/net/netfilter/
A Dxt_recent.c299 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()
/net/ceph/
A Dmon_client.c385 unsigned int seconds; in handle_subscribe_ack() local
390 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()
/net/netfilter/ipvs/
A DKconfig65 connections per second, the connection lasts for 200 seconds in
/net/ipv4/
A Dtcp.c366 static u8 secs_to_retrans(int seconds, int timeout, int rto_max) in secs_to_retrans() argument
370 if (seconds > 0) { in secs_to_retrans()
374 while (seconds > period && res < 255) { in secs_to_retrans()

Completed in 16 milliseconds