Searched refs:xfrm_attr_cpy32 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/xfrm/ |
D | xfrm_compat.c | 398 static int xfrm_attr_cpy32(void *dst, size_t *pos, const struct nlattr *src, in xfrm_attr_cpy32() function 454 err = xfrm_attr_cpy32(dst, pos, nla, size, pol_len32, pol_len64); in xfrm_xlate32_attr() 459 return xfrm_attr_cpy32(dst, pos, nla, size, nla_len(nla), nla_len(nla)); in xfrm_xlate32_attr() 556 err = xfrm_attr_cpy32(dst, &pos, attrs[i], size, in xfrm_xlate32()
|