Searched refs:nlh_dst (Results 1 – 1 of 1) sorted by relevance
138 struct nlmsghdr *nlh_dst; in xfrm_nlmsg_put_compat() local144 nlh_dst = nlmsg_put(skb, nlh_src->nlmsg_pid, nlh_src->nlmsg_seq, in xfrm_nlmsg_put_compat()146 if (!nlh_dst) in xfrm_nlmsg_put_compat()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()176 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()185 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()196 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()205 struct compat_xfrm_userspi_info *dst_usi = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat()[all …]