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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dxt_connlimit.c41 struct list_head iphash[256]; member in struct:xt_connlimit_data
111 hash = &data->iphash[connlimit_iphash6(addr, mask)];
113 hash = &data->iphash[connlimit_iphash(addr->ip & mask->ip)];
245 for (i = 0; i < ARRAY_SIZE(info->data->iphash); ++i)
246 INIT_LIST_HEAD(&info->data->iphash[i]);
256 struct list_head *hash = info->data->iphash;
261 for (i = 0; i < ARRAY_SIZE(info->data->iphash); ++i) {
H A Dxt_recent.c81 struct list_head iphash[0]; member in struct:recent_table
132 list_for_each_entry(e, &table->iphash[h], list)
188 list_add_tail(&e->list, &t->iphash[recent_entry_hash4(addr)]);
190 list_add_tail(&e->list, &t->iphash[recent_entry_hash6(addr)]);
222 list_for_each_entry_safe(e, next, &t->iphash[i], list)
357 t = kzalloc(sizeof(*t) + sizeof(t->iphash[0]) * ip_list_hash_size,
367 INIT_LIST_HEAD(&t->iphash[i]);
426 list_for_each_entry(e, &t->iphash[st->bucket], list)
439 while (head == &t->iphash[st->bucket]) {
442 head = t->iphash[s
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dxt_connlimit.c41 struct list_head iphash[256]; member in struct:xt_connlimit_data
111 hash = &data->iphash[connlimit_iphash6(addr, mask)];
113 hash = &data->iphash[connlimit_iphash(addr->ip & mask->ip)];
245 for (i = 0; i < ARRAY_SIZE(info->data->iphash); ++i)
246 INIT_LIST_HEAD(&info->data->iphash[i]);
256 struct list_head *hash = info->data->iphash;
261 for (i = 0; i < ARRAY_SIZE(info->data->iphash); ++i) {
H A Dxt_recent.c81 struct list_head iphash[0]; member in struct:recent_table
132 list_for_each_entry(e, &table->iphash[h], list)
188 list_add_tail(&e->list, &t->iphash[recent_entry_hash4(addr)]);
190 list_add_tail(&e->list, &t->iphash[recent_entry_hash6(addr)]);
222 list_for_each_entry_safe(e, next, &t->iphash[i], list)
357 t = kzalloc(sizeof(*t) + sizeof(t->iphash[0]) * ip_list_hash_size,
367 INIT_LIST_HEAD(&t->iphash[i]);
426 list_for_each_entry(e, &t->iphash[st->bucket], list)
439 while (head == &t->iphash[st->bucket]) {
442 head = t->iphash[s
[all...]

Completed in 110 milliseconds