Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_recent.c77 struct recent_table { struct
78 struct list_head list;
79 char name[XT_RECENT_NAME_LEN];
80 union nf_inet_addr mask;
81 unsigned int refcnt;
82 unsigned int entries;
83 u8 nstamps_max_mask;
84 struct list_head lru_list;
85 struct list_head iphash[];