Home
last modified time | relevance | path

Searched refs:LIST_FIND (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dlisthelp.h12 #define LIST_FIND(head, cmpfn, type, args...) \ macro
59 return LIST_FIND(head, __list_cmp_same, void *, entry) != NULL; in list_inlist()
114 if (LIST_FIND(head, __list_cmp_name, void *, in list_named_insert()
123 LIST_FIND(head, __list_cmp_name, void *, name)
/linux-2.4.37.9/net/ipv4/netfilter/
Dip_conntrack_core.c82 p = LIST_FIND(&protocol_list, proto_cmpfn, in __ip_ct_find_proto()
200 return LIST_FIND(&ip_conntrack_expect_list, expect_cmp, in __ip_ct_expect_find()
387 h = LIST_FIND(&ip_conntrack_hash[hash], in __ip_conntrack_find()
465 if (!LIST_FIND(&ip_conntrack_hash[hash], in __ip_conntrack_confirm()
469 && !LIST_FIND(&ip_conntrack_hash[repl_hash], in __ip_conntrack_confirm()
638 return LIST_FIND(&helpers, helper_cmp, in ip_ct_find_helper()
716 expected = LIST_FIND(&ip_conntrack_expect_list, expect_cmp, in init_conntrack()
968 old = LIST_FIND(&ip_conntrack_expect_list, resent_expect, in ip_conntrack_expect_related()
1034 } else if (LIST_FIND(&ip_conntrack_expect_list, expect_clash, in ip_conntrack_expect_related()
1093 && LIST_FIND(&ip_conntrack_expect_list, expect_clash, in ip_conntrack_change_expect()
Dip_fw_compat_redir.c92 return LIST_FIND(&redirs, redir_cmp, struct redir *, in find_redir()
131 return LIST_FIND(&redirs, unredir_cmp, struct redir *, in find_unredir()
Dip_nat_core.c115 i = LIST_FIND(&protos, cmp_proto, struct ip_nat_protocol *, protonum); in find_nat_proto()
194 i = LIST_FIND(&bysource[h], src_cmp, struct ip_nat_hash *, tuple, mr); in find_appropriate_src()
247 LIST_FIND(&byipsproto[h], fake_cmp, struct ip_nat_hash *, in count_maps()
630 info->helper = LIST_FIND(&helpers, helper_cmp, struct ip_nat_helper *, in ip_nat_setup_info()
Dip_nat_helper.c511 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()
Dip_fw_compat_masq.c289 if (LIST_FIND(&ip_conntrack_hash[i], masq_iterate, in masq_procinfo()
Dip_conntrack_standalone.c155 if (LIST_FIND(&ip_conntrack_hash[i], conntrack_iterate, in list_conntracks()
Dip_tables.c1743 LIST_FIND(&ipt_tables, print_name, void *, in ipt_get_tables()
1761 LIST_FIND(&ipt_target, print_target, struct ipt_target *, in ipt_get_targets()
1778 LIST_FIND(&ipt_match, print_name, void *, in ipt_get_matches()
Darp_tables.c1261 LIST_FIND(&arpt_tables, print_name, struct arpt_table *, in arpt_get_tables()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c1824 LIST_FIND(&ip6t_tables, print_name, char *, in ip6t_get_tables()
1842 LIST_FIND(&ip6t_target, print_target, struct ip6t_target *, in ip6t_get_targets()
1859 LIST_FIND(&ip6t_match, print_name, char *, in ip6t_get_matches()