Searched refs:compat_msg_min (Results 1 – 1 of 1) sorted by relevance
74 static const int compat_msg_min[XFRM_NR_MSGTYPES] = { variable137 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()500 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()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