Lines Matching refs:nlmsg_data

153 	memset(nlmsg_data(nlh_dst), 0, payload);  in xfrm_nlmsg_put_compat()
168 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat()
176 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat()
179 const struct xfrm_user_expire *src_ue = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
180 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
188 const struct xfrm_user_acquire *src_ua = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
189 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
199 const struct xfrm_user_polexpire *src_upe = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
200 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
208 const struct xfrm_userspi_info *src_usi = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
209 struct compat_xfrm_userspi_info *dst_usi = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
479 memset(nlmsg_data(dst), 0, xfrm_msg_min[type]); in xfrm_xlate32()
498 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
505 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
508 const struct compat_xfrm_user_expire *src_ue = nlmsg_data(src); in xfrm_xlate32()
509 struct xfrm_user_expire *dst_ue = nlmsg_data(dst); in xfrm_xlate32()
517 const struct compat_xfrm_user_acquire *src_ua = nlmsg_data(src); in xfrm_xlate32()
518 struct xfrm_user_acquire *dst_ua = nlmsg_data(dst); in xfrm_xlate32()
528 const struct compat_xfrm_user_polexpire *src_upe = nlmsg_data(src); in xfrm_xlate32()
529 struct xfrm_user_polexpire *dst_upe = nlmsg_data(dst); in xfrm_xlate32()
537 const struct compat_xfrm_userspi_info *src_usi = nlmsg_data(src); in xfrm_xlate32()
538 struct xfrm_userspi_info *dst_usi = nlmsg_data(dst); in xfrm_xlate32()