Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_lookup.c18 struct nft_lookup { struct
62 const struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_eval()
101 struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_init()
166 struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_deactivate()
174 struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_activate()
182 struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_destroy()
190 const struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_dump()
212 const struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_validate()
238 const struct nft_lookup *priv = nft_expr_priv(expr); in nft_lookup_reduce()
248 .size = NFT_EXPR_SIZE(sizeof(struct nft_lookup)),
H A DMakefile90 nft_bitwise.o nft_byteorder.o nft_payload.o nft_lookup.o \