Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_chain_nat.c51 .ops_register = nf_nat_ipv4_register_fn,
Dnf_nat_proto.c822 int nf_nat_ipv4_register_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_ipv4_register_fn() function
827 EXPORT_SYMBOL_GPL(nf_nat_ipv4_register_fn);
/linux-6.1.9/include/net/netfilter/
Dnf_nat.h94 int nf_nat_ipv4_register_fn(struct net *net, const struct nf_hook_ops *ops);
/linux-6.1.9/net/ipv4/netfilter/
Diptable_nat.c77 ret = nf_nat_ipv4_register_fn(net, &ops[i]); in ipt_nat_register_lookups()