Searched refs:nlh_src (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_compat.c | 135 const struct nlmsghdr *nlh_src, u16 type) in xfrm_nlmsg_put_compat() argument 145 nlh_dst = nlmsg_put(skb, nlh_src->nlmsg_pid, nlh_src->nlmsg_seq, in xfrm_nlmsg_put_compat() 146 nlh_src->nlmsg_type, payload, nlh_src->nlmsg_flags); in xfrm_nlmsg_put_compat() 152 switch (nlh_src->nlmsg_type) { in xfrm_nlmsg_put_compat() 291 u16 type = nlh_src->nlmsg_type - XFRM_MSG_BASE; in xfrm_xlate64() 296 nlh_dst = xfrm_nlmsg_put_compat(dst, nlh_src, type); in xfrm_xlate64() 300 attrs = nlmsg_attrdata(nlh_src, xfrm_msg_min[type]); in xfrm_xlate64() 301 len = nlmsg_attrlen(nlh_src, xfrm_msg_min[type]); in xfrm_xlate64() 306 switch (nlh_src->nlmsg_type) { in xfrm_xlate64() 325 u16 type = nlh_src->nlmsg_type - XFRM_MSG_BASE; in xfrm_alloc_compat() [all …]
|
Completed in 4 milliseconds