xt_check_table_hooks  284 include/linux/netfilter/x_tables.h int xt_check_table_hooks(const struct xt_table_info *info, unsigned int valid_hooks);
xt_check_table_hooks  564 net/ipv4/netfilter/arp_tables.c 	ret = xt_check_table_hooks(newinfo, repl->valid_hooks);
xt_check_table_hooks  704 net/ipv4/netfilter/ip_tables.c 	ret = xt_check_table_hooks(newinfo, repl->valid_hooks);
xt_check_table_hooks  721 net/ipv6/netfilter/ip6_tables.c 	ret = xt_check_table_hooks(newinfo, repl->valid_hooks);
xt_check_table_hooks  609 net/netfilter/x_tables.c EXPORT_SYMBOL(xt_check_table_hooks);