Searched refs:iphash (Results 1 – 1 of 1) sorted by relevance
83 struct list_head iphash[0]; member134 list_for_each_entry(e, &table->iphash[h], list) in recent_entry_lookup()190 list_add_tail(&e->list, &t->iphash[recent_entry_hash4(addr)]); in recent_entry_init()192 list_add_tail(&e->list, &t->iphash[recent_entry_hash6(addr)]); in recent_entry_init()224 list_for_each_entry_safe(e, next, &t->iphash[i], list) in recent_table_flush()370 sz = sizeof(*t) + sizeof(t->iphash[0]) * ip_list_hash_size; in recent_mt_check()385 INIT_LIST_HEAD(&t->iphash[i]); in recent_mt_check()469 list_for_each_entry(e, &t->iphash[st->bucket], list) in recent_seq_start()482 while (head == &t->iphash[st->bucket]) { in recent_seq_next()485 head = t->iphash[st->bucket].next; in recent_seq_next()