Home
last modified time | relevance | path

Searched refs:ops_register (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/netfilter/
Dnft_chain_nat.c51 .ops_register = nf_nat_ipv4_register_fn,
72 .ops_register = nf_nat_ipv6_register_fn,
102 .ops_register = nft_nat_inet_reg,
Dnf_tables_api.c168 if (basechain->type->ops_register) in nf_tables_register_hook()
169 return basechain->type->ops_register(net, ops); in nf_tables_register_hook()
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h952 int (*ops_register)(struct net *net, const struct nf_hook_ops *ops); member