Searched refs:XFRMA_ENCAP (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_compat.c | 110 [XFRMA_ENCAP] = { .len = sizeof(struct xfrm_encap_tmpl) }, 247 case XFRMA_ENCAP: in xfrm_xlate64_attr()
|
| H A D | xfrm_user.c | 357 attrs[XFRMA_ENCAP] || in verify_newsa_info() 417 if (!attrs[XFRMA_ENCAP]) { in verify_newsa_info() 865 if (attrs[XFRMA_ENCAP]) { in xfrm_state_construct() 866 x->encap = kmemdup(nla_data(attrs[XFRMA_ENCAP]), in xfrm_state_construct() 1261 struct nlattr *nla = nla_reserve(skb, XFRMA_ENCAP, sizeof(*ep)); in copy_to_user_encap() 3092 if (attrs[XFRMA_ENCAP]) { in xfrm_do_migrate() 3093 encap = kmemdup(nla_data(attrs[XFRMA_ENCAP]), in xfrm_do_migrate() 3185 err = nla_put(skb, XFRMA_ENCAP, sizeof(*encap), encap); in build_migrate() 3277 [XFRMA_ENCAP] = { .len = sizeof(struct xfrm_encap_tmpl) },
|
| /linux-6.15/include/uapi/linux/ |
| H A D | xfrm.h | 295 XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */ enumerator
|