Lines Matching refs:xfrm_state
75 static int chcr_xfrm_add_state(struct xfrm_state *x);
76 static void chcr_xfrm_del_state(struct xfrm_state *x);
77 static void chcr_xfrm_free_state(struct xfrm_state *x);
78 static bool chcr_ipsec_offload_ok(struct sk_buff *skb, struct xfrm_state *x);
79 static void chcr_advance_esn_state(struct xfrm_state *x);
108 static inline int chcr_ipsec_setauthsize(struct xfrm_state *x, in chcr_ipsec_setauthsize()
132 static inline int chcr_ipsec_setkey(struct xfrm_state *x, in chcr_ipsec_setkey()
195 static int chcr_xfrm_add_state(struct xfrm_state *x) in chcr_xfrm_add_state()
269 static void chcr_xfrm_del_state(struct xfrm_state *x) in chcr_xfrm_del_state()
276 static void chcr_xfrm_free_state(struct xfrm_state *x) in chcr_xfrm_free_state()
288 static bool chcr_ipsec_offload_ok(struct sk_buff *skb, struct xfrm_state *x) in chcr_ipsec_offload_ok()
305 static void chcr_advance_esn_state(struct xfrm_state *x) in chcr_advance_esn_state()
675 struct xfrm_state *x = xfrm_input_state(skb); in chcr_ipsec_xmit()