Searched refs:nf_tables_unbind_set (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nft_objref.c | 163 nf_tables_unbind_set(ctx, priv->set, &priv->binding); in nft_objref_map_destroy()
|
D | nft_lookup.c | 129 nf_tables_unbind_set(ctx, priv->set, &priv->binding); in nft_lookup_destroy()
|
D | nft_dynset.c | 243 nf_tables_unbind_set(ctx, priv->set, &priv->binding); in nft_dynset_destroy()
|
D | nf_tables_api.c | 3671 void nf_tables_unbind_set(const struct nft_ctx *ctx, struct nft_set *set, in nf_tables_unbind_set() function 3680 EXPORT_SYMBOL_GPL(nf_tables_unbind_set);
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_tables.h | 471 void nf_tables_unbind_set(const struct nft_ctx *ctx, struct nft_set *set,
|