Home
last modified time | relevance | path

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

/linux-6.1.9/net/xfrm/
Dxfrm_compat.c73 static const int compat_msg_min[XFRM_NR_MSGTYPES] = { variable
136 int payload = compat_msg_min[type]; in xfrm_nlmsg_put_compat()
491 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
498 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
592 BUILD_BUG_ON(ARRAY_SIZE(xfrm_msg_min) != ARRAY_SIZE(compat_msg_min)); in xfrm_user_rcv_msg_compat()
603 err = nlmsg_parse_deprecated(h32, compat_msg_min[type], attrs, in xfrm_user_rcv_msg_compat()