Home
last modified time | relevance | path

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

/net/xfrm/
Dxfrm_compat.c581 static struct nlmsghdr *xfrm_user_rcv_msg_compat(const struct nlmsghdr *h32, in xfrm_user_rcv_msg_compat() argument
586 u16 type = h32->nlmsg_type - XFRM_MSG_BASE; in xfrm_user_rcv_msg_compat()
598 if ((h32->nlmsg_type == XFRM_MSG_GETSA || in xfrm_user_rcv_msg_compat()
599 h32->nlmsg_type == XFRM_MSG_GETPOLICY) && in xfrm_user_rcv_msg_compat()
600 (h32->nlmsg_flags & NLM_F_DUMP)) in xfrm_user_rcv_msg_compat()
603 err = nlmsg_parse_deprecated(h32, compat_msg_min[type], attrs, in xfrm_user_rcv_msg_compat()
608 len = xfrm_user_rcv_calculate_len64(h32, attrs, maxtype); in xfrm_user_rcv_msg_compat()
610 if (len == nlmsg_len(h32)) in xfrm_user_rcv_msg_compat()
618 err = xfrm_xlate32(h64, h32, attrs, len, type, maxtype, extack); in xfrm_user_rcv_msg_compat()