Home
last modified time | relevance | path

Searched refs:iphash (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_recent.c85 struct list_head iphash[]; member
136 list_for_each_entry(e, &table->iphash[h], list) in recent_entry_lookup()
201 list_add_tail(&e->list, &t->iphash[recent_entry_hash4(addr)]); in recent_entry_init()
203 list_add_tail(&e->list, &t->iphash[recent_entry_hash6(addr)]); in recent_entry_init()
235 list_for_each_entry_safe(e, next, &t->iphash[i], list) in recent_table_flush()
394 t = kvzalloc(struct_size(t, iphash, ip_list_hash_size), GFP_KERNEL); in recent_mt_check()
406 INIT_LIST_HEAD(&t->iphash[i]); in recent_mt_check()
490 list_for_each_entry(e, &t->iphash[st->bucket], list) in recent_seq_start()
504 while (head == &t->iphash[st->bucket]) { in recent_seq_next()
507 head = t->iphash[st->bucket].next; in recent_seq_next()