Searched refs:nf_tables_bind_set (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/net/netfilter/ |
D | nft_lookup.c | 113 err = nf_tables_bind_set(ctx, set, &priv->binding); in nft_lookup_init()
|
D | nft_objref.c | 147 err = nf_tables_bind_set(ctx, set, &priv->binding); in nft_objref_map_init()
|
D | nft_dynset.c | 213 err = nf_tables_bind_set(ctx, set, &priv->binding); in nft_dynset_init()
|
D | nf_tables_api.c | 4412 int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set, in nf_tables_bind_set() function 4452 EXPORT_SYMBOL_GPL(nf_tables_bind_set);
|
/Linux-v5.10/include/net/netfilter/ |
D | nf_tables.h | 508 int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set,
|