Searched refs:nf_nat_ipv6_register_fn (Results 1 – 4 of 4) sorted by relevance
72 .ops_register = nf_nat_ipv6_register_fn,
1061 int nf_nat_ipv6_register_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_ipv6_register_fn() function1066 EXPORT_SYMBOL_GPL(nf_nat_ipv6_register_fn);
97 int nf_nat_ipv6_register_fn(struct net *net, const struct nf_hook_ops *ops);
79 ret = nf_nat_ipv6_register_fn(net, &ops[i]); in ip6t_nat_register_lookups()