Home
last modified time | relevance | path

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

/net/xfrm/
Dxfrm_compat.c583 static struct nlmsghdr *xfrm_user_rcv_msg_compat(const struct nlmsghdr *h32, in xfrm_user_rcv_msg_compat() argument
588 u16 type = h32->nlmsg_type - XFRM_MSG_BASE; in xfrm_user_rcv_msg_compat()
600 if ((h32->nlmsg_type == XFRM_MSG_GETSA || in xfrm_user_rcv_msg_compat()
601 h32->nlmsg_type == XFRM_MSG_GETPOLICY) && in xfrm_user_rcv_msg_compat()
602 (h32->nlmsg_flags & NLM_F_DUMP)) in xfrm_user_rcv_msg_compat()
605 err = nlmsg_parse_deprecated(h32, compat_msg_min[type], attrs, in xfrm_user_rcv_msg_compat()
610 len = xfrm_user_rcv_calculate_len64(h32, attrs, maxtype); in xfrm_user_rcv_msg_compat()
612 if (len == nlmsg_len(h32)) in xfrm_user_rcv_msg_compat()
620 err = xfrm_xlate32(h64, h32, attrs, len, type, maxtype, extack); in xfrm_user_rcv_msg_compat()