Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/netfilter/
Dnft_meta.h22 int nft_meta_set_init(const struct nft_ctx *ctx,
/Linux-v6.6/net/netfilter/
Dnft_meta.c632 int nft_meta_set_init(const struct nft_ctx *ctx, in nft_meta_set_init() function
669 EXPORT_SYMBOL_GPL(nft_meta_set_init);
805 .init = nft_meta_set_init,
/Linux-v6.6/net/bridge/netfilter/
Dnft_meta_bridge.c141 return nft_meta_set_init(ctx, expr, tb); in nft_meta_bridge_set_init()