Searched refs:helper_cmp (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_nat_helper.c | 459 helper_cmp(const struct ip_nat_helper *helper, in helper_cmp() function 511 if (LIST_FIND(&helpers, helper_cmp, struct ip_nat_helper *,&me->tuple)) in ip_nat_helper_register() 534 if (LIST_FIND(&helpers, helper_cmp, struct ip_nat_helper *,&me->tuple)) { in ip_nat_helper_unregister()
|
D | ip_nat_core.c | 488 helper_cmp(const struct ip_nat_helper *helper, in helper_cmp() function 630 info->helper = LIST_FIND(&helpers, helper_cmp, struct ip_nat_helper *, in ip_nat_setup_info()
|
D | ip_conntrack_core.c | 630 static inline int helper_cmp(const struct ip_conntrack_helper *i, in helper_cmp() function 638 return LIST_FIND(&helpers, helper_cmp, in ip_ct_find_helper()
|