Searched refs:nf_tables_bind_set (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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 | 154 err = nf_tables_bind_set(ctx, set, &priv->binding); in nft_lookup_init()
|
D | nft_dynset.c | 322 err = nf_tables_bind_set(ctx, set, &priv->binding); in nft_dynset_init()
|
D | nf_tables_api.c | 5509 int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set, in nf_tables_bind_set() function 5552 EXPORT_SYMBOL_GPL(nf_tables_bind_set);
|
/linux-6.12.1/include/net/netfilter/ |
D | nf_tables.h | 678 int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set,
|