Searched refs:nlh_src (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_compat.c | 139 const struct nlmsghdr *nlh_src, u16 type) in xfrm_nlmsg_put_compat() argument 149 nlh_dst = nlmsg_put(skb, nlh_src->nlmsg_pid, nlh_src->nlmsg_seq, in xfrm_nlmsg_put_compat() 150 nlh_src->nlmsg_type, payload, nlh_src->nlmsg_flags); in xfrm_nlmsg_put_compat() 156 switch (nlh_src->nlmsg_type) { in xfrm_nlmsg_put_compat() 304 u16 type = nlh_src->nlmsg_type - XFRM_MSG_BASE; in xfrm_xlate64() 309 nlh_dst = xfrm_nlmsg_put_compat(dst, nlh_src, type); in xfrm_xlate64() 313 attrs = nlmsg_attrdata(nlh_src, xfrm_msg_min[type]); in xfrm_xlate64() 314 len = nlmsg_attrlen(nlh_src, xfrm_msg_min[type]); in xfrm_xlate64() 319 switch (nlh_src->nlmsg_type) { in xfrm_xlate64() 338 u16 type = nlh_src->nlmsg_type - XFRM_MSG_BASE; in xfrm_alloc_compat() [all …]
|