Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnft_meta.h18 int nft_meta_get_init(const struct nft_ctx *ctx,
/openbmc/linux/net/netfilter/
H A Dnft_meta.c466 int nft_meta_get_init(const struct nft_ctx *ctx, in nft_meta_get_init() function
537 EXPORT_SYMBOL_GPL(nft_meta_get_init);
776 .init = nft_meta_get_init,
/openbmc/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c90 return nft_meta_get_init(ctx, expr, tb); in nft_meta_bridge_get_init()