Searched refs:compat_xfrm_user_acquire (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_compat.c | 45 struct compat_xfrm_user_acquire { struct 82 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_user_acquire), 186 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 188 memcpy(dst_ua, src_ua, offsetof(struct compat_xfrm_user_acquire, aalgos)); in xfrm_nlmsg_put_compat() 512 const struct compat_xfrm_user_acquire *src_ua = nlmsg_data(src); in xfrm_xlate32() 515 memcpy(dst_ua, src_ua, offsetof(struct compat_xfrm_user_acquire, aalgos)); in xfrm_xlate32()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_compat.c | 45 struct compat_xfrm_user_acquire { struct 82 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_user_acquire), 186 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 188 memcpy(dst_ua, src_ua, offsetof(struct compat_xfrm_user_acquire, aalgos)); in xfrm_nlmsg_put_compat() 512 const struct compat_xfrm_user_acquire *src_ua = nlmsg_data(src); in xfrm_xlate32() 515 memcpy(dst_ua, src_ua, offsetof(struct compat_xfrm_user_acquire, aalgos)); in xfrm_xlate32()
|
Completed in 3 milliseconds