Searched refs:nft_xfrm (Results 1 – 2 of 2) sorted by relevance
25 struct nft_xfrm { struct37 struct nft_xfrm *priv = nft_expr_priv(expr); in nft_xfrm_get_init() argument118 static void nft_xfrm_state_get_key(const struct nft_xfrm *priv, in nft_xfrm_state_get_key()159 static void nft_xfrm_get_eval_in(const struct nft_xfrm *priv, in nft_xfrm_get_eval_in()175 static void nft_xfrm_get_eval_out(const struct nft_xfrm *priv, in nft_xfrm_get_eval_out()198 const struct nft_xfrm *priv = nft_expr_priv(expr); in nft_xfrm_get_eval()217 const struct nft_xfrm *priv = nft_expr_priv(expr); in nft_xfrm_get_dump()235 const struct nft_xfrm *priv = nft_expr_priv(expr); in nft_xfrm_validate()265 const struct nft_xfrm *priv = nft_expr_priv(expr); in nft_xfrm_reduce()266 const struct nft_xfrm *xfrm; in nft_xfrm_reduce()[all …]
133 obj-$(CONFIG_NFT_XFRM) += nft_xfrm.o