Searched refs:nlh_dst (Results 1 – 1 of 1) sorted by relevance
143 struct nlmsghdr *nlh_dst; in xfrm_nlmsg_put_compat() local151 if (!nlh_dst) in xfrm_nlmsg_put_compat()154 memset(nlmsg_data(nlh_dst), 0, payload); in xfrm_nlmsg_put_compat()169 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat()177 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat()229 return nlh_dst; in xfrm_nlmsg_put_compat()306 struct nlmsghdr *nlh_dst; in xfrm_xlate64() local309 nlh_dst = xfrm_nlmsg_put_compat(dst, nlh_src, type); in xfrm_xlate64()310 if (IS_ERR(nlh_dst)) in xfrm_xlate64()311 return PTR_ERR(nlh_dst); in xfrm_xlate64()[all …]