xt_hook_ops_alloc  449 include/linux/netfilter/x_tables.h struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
xt_hook_ops_alloc   75 net/ipv4/netfilter/arptable_filter.c 	arpfilter_ops = xt_hook_ops_alloc(&packet_filter, arptable_filter_hook);
xt_hook_ops_alloc   92 net/ipv4/netfilter/iptable_filter.c 	filter_ops = xt_hook_ops_alloc(&packet_filter, iptable_filter_hook);
xt_hook_ops_alloc  119 net/ipv4/netfilter/iptable_mangle.c 	mangle_ops = xt_hook_ops_alloc(&packet_mangler, iptable_mangle_hook);
xt_hook_ops_alloc   93 net/ipv4/netfilter/iptable_raw.c 	rawtable_ops = xt_hook_ops_alloc(table, iptable_raw_hook);
xt_hook_ops_alloc   82 net/ipv4/netfilter/iptable_security.c 	sectbl_ops = xt_hook_ops_alloc(&security_table, iptable_security_hook);
xt_hook_ops_alloc   93 net/ipv6/netfilter/ip6table_filter.c 	filter_ops = xt_hook_ops_alloc(&packet_filter, ip6table_filter_hook);
xt_hook_ops_alloc  113 net/ipv6/netfilter/ip6table_mangle.c 	mangle_ops = xt_hook_ops_alloc(&packet_mangler, ip6table_mangle_hook);
xt_hook_ops_alloc   93 net/ipv6/netfilter/ip6table_raw.c 	rawtable_ops = xt_hook_ops_alloc(table, ip6table_raw_hook);
xt_hook_ops_alloc   80 net/ipv6/netfilter/ip6table_security.c 	sectbl_ops = xt_hook_ops_alloc(&security_table, ip6table_security_hook);
xt_hook_ops_alloc 1723 net/netfilter/x_tables.c EXPORT_SYMBOL_GPL(xt_hook_ops_alloc);