Lines Matching refs:nlmsg_data

150 	memset(nlmsg_data(nlh_dst), 0, payload);  in xfrm_nlmsg_put_compat()
165 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat()
173 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat()
176 const struct xfrm_user_expire *src_ue = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
177 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
185 const struct xfrm_user_acquire *src_ua = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
186 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
196 const struct xfrm_user_polexpire *src_upe = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
197 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
205 const struct xfrm_userspi_info *src_usi = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
206 struct compat_xfrm_userspi_info *dst_usi = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
474 memset(nlmsg_data(dst), 0, xfrm_msg_min[type]); in xfrm_xlate32()
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()
503 const struct compat_xfrm_user_expire *src_ue = nlmsg_data(src); in xfrm_xlate32()
504 struct xfrm_user_expire *dst_ue = nlmsg_data(dst); in xfrm_xlate32()
512 const struct compat_xfrm_user_acquire *src_ua = nlmsg_data(src); in xfrm_xlate32()
513 struct xfrm_user_acquire *dst_ua = nlmsg_data(dst); in xfrm_xlate32()
523 const struct compat_xfrm_user_polexpire *src_upe = nlmsg_data(src); in xfrm_xlate32()
524 struct xfrm_user_polexpire *dst_upe = nlmsg_data(dst); in xfrm_xlate32()
532 const struct compat_xfrm_userspi_info *src_usi = nlmsg_data(src); in xfrm_xlate32()
533 struct xfrm_userspi_info *dst_usi = nlmsg_data(dst); in xfrm_xlate32()