Searched refs:compat_msg_min (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_compat.c | 74 static const int compat_msg_min[XFRM_NR_MSGTYPES] = { variable 137 int payload = compat_msg_min[type]; in xfrm_nlmsg_put_compat() 493 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32() local 500 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32() local 594 BUILD_BUG_ON(ARRAY_SIZE(xfrm_msg_min) != ARRAY_SIZE(compat_msg_min)); in xfrm_user_rcv_msg_compat() 605 err = nlmsg_parse_deprecated(h32, compat_msg_min[type], attrs, in xfrm_user_rcv_msg_compat()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_compat.c | 74 static const int compat_msg_min[XFRM_NR_MSGTYPES] = { variable 137 int payload = compat_msg_min[type]; in xfrm_nlmsg_put_compat() 493 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32() local 500 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32() local 594 BUILD_BUG_ON(ARRAY_SIZE(xfrm_msg_min) != ARRAY_SIZE(compat_msg_min)); in xfrm_user_rcv_msg_compat() 605 err = nlmsg_parse_deprecated(h32, compat_msg_min[type], attrs, in xfrm_user_rcv_msg_compat()
|
Completed in 3 milliseconds