Home
last modified time | relevance | path

Searched defs:recent_table (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/net/netfilter/
Dxt_recent.c75 struct recent_table { struct
76 struct list_head list;
77 char name[XT_RECENT_NAME_LEN];
78 unsigned int refcnt;
79 unsigned int entries;
80 struct list_head lru_list;
81 struct list_head iphash[0];