Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1652 int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx);
1687 static inline int security_xfrm_state_alloc(struct xfrm_state *x, in security_xfrm_state_alloc() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2368 int security_xfrm_state_alloc(struct xfrm_state *x, in security_xfrm_state_alloc() function
2373 EXPORT_SYMBOL(security_xfrm_state_alloc);
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_state.c1464 err = security_xfrm_state_alloc(x, uctx); in clone_security()
H A Dxfrm_user.c632 err = security_xfrm_state_alloc(x, in xfrm_state_construct()
/OK3568_Linux_fs/kernel/net/key/
H A Daf_key.c1163 err = security_xfrm_state_alloc(x, uctx); in pfkey_msg2xfrm_state()