Lines Matching refs:nlmsg_data

148 	memset(nlmsg_data(nlh_dst), 0, payload);  in xfrm_nlmsg_put_compat()
163 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat()
171 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat()
174 const struct xfrm_user_expire *src_ue = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
175 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
183 const struct xfrm_user_acquire *src_ua = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
184 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
194 const struct xfrm_user_polexpire *src_upe = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
195 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
203 const struct xfrm_userspi_info *src_usi = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
204 struct compat_xfrm_userspi_info *dst_usi = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
470 memset(nlmsg_data(dst), 0, xfrm_msg_min[type]); in xfrm_xlate32()
489 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
496 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
499 const struct compat_xfrm_user_expire *src_ue = nlmsg_data(src); in xfrm_xlate32()
500 struct xfrm_user_expire *dst_ue = nlmsg_data(dst); in xfrm_xlate32()
508 const struct compat_xfrm_user_acquire *src_ua = nlmsg_data(src); in xfrm_xlate32()
509 struct xfrm_user_acquire *dst_ua = nlmsg_data(dst); in xfrm_xlate32()
519 const struct compat_xfrm_user_polexpire *src_upe = nlmsg_data(src); in xfrm_xlate32()
520 struct xfrm_user_polexpire *dst_upe = nlmsg_data(dst); in xfrm_xlate32()
528 const struct compat_xfrm_userspi_info *src_usi = nlmsg_data(src); in xfrm_xlate32()
529 struct xfrm_userspi_info *dst_usi = nlmsg_data(dst); in xfrm_xlate32()