Home
last modified time | relevance | path

Searched refs:nf_nat_ipv6_register_fn (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/netfilter/
Dnft_chain_nat.c72 .ops_register = nf_nat_ipv6_register_fn,
Dnf_nat_proto.c1061 int nf_nat_ipv6_register_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_ipv6_register_fn() function
1066 EXPORT_SYMBOL_GPL(nf_nat_ipv6_register_fn);
/linux-5.19.10/include/net/netfilter/
Dnf_nat.h97 int nf_nat_ipv6_register_fn(struct net *net, const struct nf_hook_ops *ops);
/linux-5.19.10/net/ipv6/netfilter/
Dip6table_nat.c79 ret = nf_nat_ipv6_register_fn(net, &ops[i]); in ip6t_nat_register_lookups()