• Home
  • Raw
  • Download

Lines Matching refs:nlmsg_data

149 	memset(nlmsg_data(nlh_dst), 0, payload);  in xfrm_nlmsg_put_compat()
164 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat()
172 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat()
175 const struct xfrm_user_expire *src_ue = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
176 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
184 const struct xfrm_user_acquire *src_ua = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
185 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
195 const struct xfrm_user_polexpire *src_upe = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
196 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
204 const struct xfrm_userspi_info *src_usi = nlmsg_data(nlh_src); in xfrm_nlmsg_put_compat()
205 struct compat_xfrm_userspi_info *dst_usi = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()
472 memset(nlmsg_data(dst), 0, xfrm_msg_min[type]); in xfrm_xlate32()
491 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
498 memcpy(nlmsg_data(dst), nlmsg_data(src), compat_msg_min[type]); in xfrm_xlate32()
501 const struct compat_xfrm_user_expire *src_ue = nlmsg_data(src); in xfrm_xlate32()
502 struct xfrm_user_expire *dst_ue = nlmsg_data(dst); in xfrm_xlate32()
510 const struct compat_xfrm_user_acquire *src_ua = nlmsg_data(src); in xfrm_xlate32()
511 struct xfrm_user_acquire *dst_ua = nlmsg_data(dst); in xfrm_xlate32()
521 const struct compat_xfrm_user_polexpire *src_upe = nlmsg_data(src); in xfrm_xlate32()
522 struct xfrm_user_polexpire *dst_upe = nlmsg_data(dst); in xfrm_xlate32()
530 const struct compat_xfrm_userspi_info *src_usi = nlmsg_data(src); in xfrm_xlate32()
531 struct xfrm_userspi_info *dst_usi = nlmsg_data(dst); in xfrm_xlate32()