Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnft_meta.c222 int nft_meta_get_init(const struct nft_ctx *ctx, in nft_meta_get_init() function
272 EXPORT_SYMBOL_GPL(nft_meta_get_init);
342 .init = nft_meta_get_init,
/linux-4.4.14/include/net/netfilter/
Dnft_meta.h14 int nft_meta_get_init(const struct nft_ctx *ctx,
/linux-4.4.14/net/bridge/netfilter/
Dnft_meta_bridge.c65 return nft_meta_get_init(ctx, expr, tb); in nft_meta_bridge_get_init()