Searched refs:stamps (Results 1 – 1 of 1) sorted by relevance
/net/netfilter/ |
D | xt_recent.c | 73 unsigned long stamps[0]; member 165 if (time_after(time, e->stamps[e->index-1])) in recent_entry_reap() 179 e = kmalloc(sizeof(*e) + sizeof(e->stamps[0]) * ip_pkt_list_tot, in recent_entry_init() 185 e->stamps[0] = jiffies; in recent_entry_init() 201 e->stamps[e->index++] = jiffies; in recent_entry_update() 291 if (info->seconds && time_after(time, e->stamps[i])) in recent_mt() 505 &e->addr.ip, e->ttl, e->stamps[i], e->index); in recent_seq_show() 508 &e->addr.in6, e->ttl, e->stamps[i], e->index); in recent_seq_show() 510 seq_printf(seq, "%s %lu", i ? "," : "", e->stamps[i]); in recent_seq_show()
|