Searched refs:nf_nat_ipv4_register_fn (Results 1 – 4 of 4) sorted by relevance
51 .ops_register = nf_nat_ipv4_register_fn,
822 int nf_nat_ipv4_register_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_ipv4_register_fn() function827 EXPORT_SYMBOL_GPL(nf_nat_ipv4_register_fn);
94 int nf_nat_ipv4_register_fn(struct net *net, const struct nf_hook_ops *ops);
77 ret = nf_nat_ipv4_register_fn(net, &ops[i]); in ipt_nat_register_lookups()