Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnft_meta.h22 int nft_meta_set_init(const struct nft_ctx *ctx,
/linux/net/netfilter/
H A 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/net/bridge/netfilter/
H A Dnft_meta_bridge.c141 return nft_meta_set_init(ctx, expr, tb); in nft_meta_bridge_set_init()