Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_nat_core.c44 static struct list_head *byipsproto; variable
76 IP_NF_ASSERT(info->byipsproto.conntrack); in ip_nat_cleanup_conntrack()
89 LIST_DELETE(&byipsproto[hp], &info->byipsproto); in ip_nat_cleanup_conntrack()
247 LIST_FIND(&byipsproto[h], fake_cmp, struct ip_nat_hash *, in count_maps()
669 list_del(&info->byipsproto.list); in replace_in_hashes()
672 list_prepend(&byipsproto[ipsprotohash], &info->byipsproto); in replace_in_hashes()
696 info->byipsproto.conntrack = conntrack; in place_in_hashes()
700 list_prepend(&byipsproto[ipsprotohash], &info->byipsproto); in place_in_hashes()
1009 byipsproto = bysource + ip_nat_htable_size; in ip_nat_init()
1020 INIT_LIST_HEAD(&byipsproto[i]); in ip_nat_init()
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_nat.h103 struct ip_nat_hash bysource, byipsproto; member