Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_recent.c66 struct recent_entry { struct
67 struct list_head list;
68 struct list_head lru_list;
69 union nf_inet_addr addr;
70 u_int16_t family;
71 u_int8_t ttl;
72 u_int8_t index;
73 u_int16_t nstamps;
74 unsigned long stamps[];