Home
last modified time | relevance | path

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

/linux/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.c2146 struct nlattr *rt = attrs[XFRMA_POLICY_TYPE]; in copy_from_user_policy_type()
2350 return nla_put(skb, XFRMA_POLICY_TYPE, sizeof(upt), &upt); in copy_to_user_policy_type()
3352 [XFRMA_POLICY_TYPE] = { .len = sizeof(struct xfrm_userpolicy_type)},
/linux/include/uapi/linux/
H A Dxfrm.h307 XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */ enumerator