Home
last modified time | relevance | path

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

/linux-6.15/net/xfrm/
H A Dxfrm_compat.c119 [XFRMA_POLICY_TYPE] = { .len = sizeof(struct xfrm_userpolicy_type)},
268 case XFRMA_POLICY_TYPE: in xfrm_xlate64_attr()
H A Dxfrm_user.c2100 struct nlattr *rt = attrs[XFRMA_POLICY_TYPE]; in copy_from_user_policy_type()
2304 return nla_put(skb, XFRMA_POLICY_TYPE, sizeof(upt), &upt); in copy_to_user_policy_type()
3286 [XFRMA_POLICY_TYPE] = { .len = sizeof(struct xfrm_userpolicy_type)},
/linux-6.15/include/uapi/linux/
H A Dxfrm.h307 XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */ enumerator