Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_user.c572 if (!sa_dir && attrs[XFRMA_SA_PCPU]) { in verify_newsa_info()
957 if (attrs[XFRMA_SA_PCPU]) { in xfrm_state_construct()
958 x->pcpu_num = nla_get_u32(attrs[XFRMA_SA_PCPU]); in xfrm_state_construct()
1433 ret = nla_put_u32(skb, XFRMA_SA_PCPU, x->pcpu_num); in copy_to_user_state_extra()
1858 if (attrs[XFRMA_SA_PCPU]) { in xfrm_alloc_userspi()
1859 pcpu_num = nla_get_u32(attrs[XFRMA_SA_PCPU]); in xfrm_alloc_userspi()
2738 err = nla_put_u32(skb, XFRMA_SA_PCPU, x->pcpu_num); in build_aevent()
3017 if (attrs[XFRMA_SA_PCPU]) { in xfrm_add_acquire()
3018 x->pcpu_num = nla_get_u32(attrs[XFRMA_SA_PCPU]); in xfrm_add_acquire()
3368 [XFRMA_SA_PCPU] = { .type = NLA_U32 },
[all …]
H A Dxfrm_compat.c135 [XFRMA_SA_PCPU] = { .type = NLA_U32 },
286 case XFRMA_SA_PCPU: in xfrm_xlate64_attr()
/linux/include/uapi/linux/
H A Dxfrm.h326 XFRMA_SA_PCPU, /* __u32 */ enumerator