Home
last modified time | relevance | path

Searched refs:nlh_dst (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/xfrm/
H A Dxfrm_compat.c143 struct nlmsghdr *nlh_dst; in xfrm_nlmsg_put_compat() local
151 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() local
309 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 …]