Searched refs:recent_entry (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_recent.c54 struct recent_entry { struct
97 static struct recent_entry *
100 struct recent_entry *e;
110 static void recent_entry_remove(struct recent_table *t, struct recent_entry *e)
118 static struct recent_entry *
121 struct recent_entry *e;
124 e = list_entry(t->lru_list.next, struct recent_entry, lru_list);
142 static void recent_entry_update(struct recent_table *t, struct recent_entry *e)
163 struct recent_entry *e, *next;
180 struct recent_entry *
[all...]

Completed in 50 milliseconds