Lines Matching refs:xfrm_state
113 struct xfrm_state;
1727 int (*xfrm_state_alloc) (struct xfrm_state *x,
1729 int (*xfrm_state_alloc_acquire) (struct xfrm_state *x,
1732 void (*xfrm_state_free_security) (struct xfrm_state *x);
1733 int (*xfrm_state_delete_security) (struct xfrm_state *x);
1735 int (*xfrm_state_pol_flow_match) (struct xfrm_state *x,
2936 int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx);
2937 int security_xfrm_state_alloc_acquire(struct xfrm_state *x,
2939 int security_xfrm_state_delete(struct xfrm_state *x);
2940 void security_xfrm_state_free(struct xfrm_state *x);
2942 int security_xfrm_state_pol_flow_match(struct xfrm_state *x,
2971 static inline int security_xfrm_state_alloc(struct xfrm_state *x, in security_xfrm_state_alloc()
2977 static inline int security_xfrm_state_alloc_acquire(struct xfrm_state *x, in security_xfrm_state_alloc_acquire()
2983 static inline void security_xfrm_state_free(struct xfrm_state *x) in security_xfrm_state_free()
2987 static inline int security_xfrm_state_delete(struct xfrm_state *x) in security_xfrm_state_delete()
2997 static inline int security_xfrm_state_pol_flow_match(struct xfrm_state *x, in security_xfrm_state_pol_flow_match()