Searched refs:nf_tables_bind_set (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/netfilter/ |
D | nft_objref.c | 153 err = nf_tables_bind_set(ctx, set, &priv->binding); in nft_objref_map_init()
|
D | nft_lookup.c | 153 err = nf_tables_bind_set(ctx, set, &priv->binding); in nft_lookup_init()
|
D | nft_dynset.c | 323 err = nf_tables_bind_set(ctx, set, &priv->binding); in nft_dynset_init()
|
D | nf_tables_api.c | 5318 int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set, in nf_tables_bind_set() function 5360 EXPORT_SYMBOL_GPL(nf_tables_bind_set);
|
/linux-6.6.21/include/net/netfilter/ |
D | nf_tables.h | 637 int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set,
|