Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_last.c16 struct nft_last_priv { struct
28 struct nft_last_priv *priv = nft_expr_priv(expr); in nft_last_init() argument
59 struct nft_last_priv *priv = nft_expr_priv(expr); in nft_last_eval()
71 struct nft_last_priv *priv = nft_expr_priv(expr); in nft_last_dump()
100 struct nft_last_priv *priv = nft_expr_priv(expr); in nft_last_destroy()
107 struct nft_last_priv *priv_dst = nft_expr_priv(dst); in nft_last_clone()
108 struct nft_last_priv *priv_src = nft_expr_priv(src); in nft_last_clone()
122 .size = NFT_EXPR_SIZE(sizeof(struct nft_last_priv)),