Searched refs:ip_nat_hash (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | ip_nat.h | 84 struct ip_nat_hash struct 103 struct ip_nat_hash bysource, byipsproto; argument
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_nat_core.c | 169 src_cmp(const struct ip_nat_hash *i, in src_cmp() 191 struct ip_nat_hash *i; in find_appropriate_src() 194 i = LIST_FIND(&bysource[h], src_cmp, struct ip_nat_hash *, tuple, mr); in find_appropriate_src() 221 static inline int fake_cmp(const struct ip_nat_hash *i, in fake_cmp() 247 LIST_FIND(&byipsproto[h], fake_cmp, struct ip_nat_hash *, in count_maps()
|