Searched refs:nlh_dst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_compat.c | 139 struct nlmsghdr *nlh_dst; in xfrm_nlmsg_put_compat() local 145 nlh_dst = nlmsg_put(skb, nlh_src->nlmsg_pid, nlh_src->nlmsg_seq, in xfrm_nlmsg_put_compat() 147 if (!nlh_dst) in xfrm_nlmsg_put_compat() 150 memset(nlmsg_data(nlh_dst), 0, payload); in xfrm_nlmsg_put_compat() 165 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat() 173 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat() 177 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 186 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 197 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 206 struct compat_xfrm_userspi_info *dst_usi = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 293 struct nlmsghdr *nlh_dst; xfrm_xlate64() local [all...] |
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_compat.c | 139 struct nlmsghdr *nlh_dst; in xfrm_nlmsg_put_compat() local 145 nlh_dst = nlmsg_put(skb, nlh_src->nlmsg_pid, nlh_src->nlmsg_seq, in xfrm_nlmsg_put_compat() 147 if (!nlh_dst) in xfrm_nlmsg_put_compat() 150 memset(nlmsg_data(nlh_dst), 0, payload); in xfrm_nlmsg_put_compat() 165 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), src_len); in xfrm_nlmsg_put_compat() 173 memcpy(nlmsg_data(nlh_dst), nlmsg_data(nlh_src), payload); in xfrm_nlmsg_put_compat() 177 struct compat_xfrm_user_expire *dst_ue = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 186 struct compat_xfrm_user_acquire *dst_ua = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 197 struct compat_xfrm_user_polexpire *dst_upe = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 206 struct compat_xfrm_userspi_info *dst_usi = nlmsg_data(nlh_dst); in xfrm_nlmsg_put_compat() 293 struct nlmsghdr *nlh_dst; xfrm_xlate64() local [all...] |
Completed in 3 milliseconds