Searched refs:iphash (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.c73 struct list_head iphash[0]; member in struct:recent_table
104 list_for_each_entry(e, &table->iphash[h], list)
136 list_add_tail(&e->list, &t->iphash[recent_entry_hash(addr)]);
167 list_for_each_entry_safe(e, next, &t->iphash[i], list)
267 t = kzalloc(sizeof(*t) + sizeof(t->iphash[0]) * ip_list_hash_size,
275 INIT_LIST_HEAD(&t->iphash[i]);
333 list_for_each_entry(e, &t->iphash[st->bucket], list) {
348 while (head == &t->iphash[st->bucket]) {
351 head = t->iphash[st->bucket].next;

Completed in 45 milliseconds