Home
last modified time | relevance | path

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

/linux-6.15/net/xfrm/
H A Dxfrm_user.c531 if (!sa_dir && attrs[XFRMA_SA_PCPU]) { in verify_newsa_info()
916 if (attrs[XFRMA_SA_PCPU]) { in xfrm_state_construct()
917 x->pcpu_num = nla_get_u32(attrs[XFRMA_SA_PCPU]); in xfrm_state_construct()
1388 ret = nla_put_u32(skb, XFRMA_SA_PCPU, x->pcpu_num); in copy_to_user_state_extra()
1813 if (attrs[XFRMA_SA_PCPU]) { in xfrm_alloc_userspi()
1814 pcpu_num = nla_get_u32(attrs[XFRMA_SA_PCPU]); in xfrm_alloc_userspi()
2691 err = nla_put_u32(skb, XFRMA_SA_PCPU, x->pcpu_num); in build_aevent()
2965 if (attrs[XFRMA_SA_PCPU]) { in xfrm_add_acquire()
2966 x->pcpu_num = nla_get_u32(attrs[XFRMA_SA_PCPU]); in xfrm_add_acquire()
3302 [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-6.15/include/uapi/linux/
H A Dxfrm.h326 XFRMA_SA_PCPU, /* __u32 */ enumerator