Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_chain_nat.c52 .ops_unregister = nf_nat_ipv4_unregister_fn,
73 .ops_unregister = nf_nat_ipv6_unregister_fn,
104 .ops_unregister = nft_nat_inet_unreg,
H A Dnf_tables_api.c264 if (basechain->type->ops_unregister) in nf_tables_unregister_hook()
265 return basechain->type->ops_unregister(net, ops); in nf_tables_unregister_hook()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h997 void (*ops_unregister)(struct net *net, const struct nf_hook_ops *ops); member