Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/netfilter/
Dnft_meta.h22 int nft_meta_set_init(const struct nft_ctx *ctx,
/linux-6.14.4/net/netfilter/
Dnft_meta.c630 int nft_meta_set_init(const struct nft_ctx *ctx, in nft_meta_set_init() function
667 EXPORT_SYMBOL_GPL(nft_meta_set_init);
803 .init = nft_meta_set_init,
/linux-6.14.4/net/bridge/netfilter/
Dnft_meta_bridge.c141 return nft_meta_set_init(ctx, expr, tb); in nft_meta_bridge_set_init()