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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_nat.h58 struct list_head bysource; member in struct:nf_nat_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_core.c55 static struct list_head *bysource; variable in typeref:struct:list_head
112 list_del(&nat->info.bysource);
188 list_for_each_entry(nat, &bysource[h], info.bysource) {
357 list_add(&info->bysource, &bysource[srchash]);
624 bysource = vmalloc(sizeof(struct list_head) * nf_nat_htable_size);
625 if (!bysource)
638 INIT_LIST_HEAD(&bysource[i]);
668 vfree(bysource);
[all...]

Completed in 47 milliseconds