Home
last modified time | relevance | path

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

/linux/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.c431 if (basechain->type->ops_unregister) in __nf_tables_unregister_hook()
432 return basechain->type->ops_unregister(net, ops); in __nf_tables_unregister_hook()
/linux/include/net/netfilter/
H A Dnf_tables.h1191 void (*ops_unregister)(struct net *net, const struct nf_hook_ops *ops); member