Searched refs:security_xfrm_state_alloc (Results 1 – 4 of 4) sorted by relevance
1355 int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx);1390 static inline int security_xfrm_state_alloc(struct xfrm_state *x, in security_xfrm_state_alloc() function
1420 int security_xfrm_state_alloc(struct xfrm_state *x, in security_xfrm_state_alloc() function1425 EXPORT_SYMBOL(security_xfrm_state_alloc);
585 security_xfrm_state_alloc(x, nla_data(attrs[XFRMA_SEC_CTX]))) in xfrm_state_construct()
1131 err = security_xfrm_state_alloc(x, uctx); in pfkey_msg2xfrm_state()