Lines Matching defs:nlh_dst
139 struct nlmsghdr *nlh_dst;
145 nlh_dst = nlmsg_put(skb, nlh_src->nlmsg_pid, nlh_src->nlmsg_seq,
147 if (!nlh_dst)
150 memset(nlmsg_data(nlh_dst), 0, payload);
165 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len);
173 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload);
177 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst);
186 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst);
197 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst);
206 struct compat_xfrm_userspi_info *dst_usi = nlmsg_data(nlh_dst);
225 return nlh_dst;
293 struct nlmsghdr *nlh_dst;
296 nlh_dst = xfrm_nlmsg_put_compat(dst, nlh_src, type);
297 if (IS_ERR(nlh_dst))
298 return PTR_ERR(nlh_dst);
318 nlmsg_end(dst, nlh_dst);