Home
last modified time | relevance | path

Searched refs:nft_lookup (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/netfilter/
Dnft_lookup.c21 struct nft_lookup { struct
32 const struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_eval() argument
56 struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_init()
107 struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_destroy()
114 const struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_dump()
132 .size = NFT_EXPR_SIZE(sizeof(struct nft_lookup)),
DMakefile73 nf_tables-objs += nft_immediate.o nft_cmp.o nft_lookup.o nft_dynset.o