Searched refs:XFRMA_ENCAP (Results 1 – 3 of 3) sorted by relevance
| /linux/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 | 398 attrs[XFRMA_ENCAP] || in verify_newsa_info() 458 if (!attrs[XFRMA_ENCAP]) { in verify_newsa_info() 906 if (attrs[XFRMA_ENCAP]) { in xfrm_state_construct() 907 x->encap = kmemdup(nla_data(attrs[XFRMA_ENCAP]), in xfrm_state_construct() 1306 struct nlattr *nla = nla_reserve(skb, XFRMA_ENCAP, sizeof(*ep)); in copy_to_user_encap() 3150 if (attrs[XFRMA_ENCAP]) { in xfrm_do_migrate() 3151 encap = kmemdup(nla_data(attrs[XFRMA_ENCAP]), in xfrm_do_migrate() 3251 err = nla_put(skb, XFRMA_ENCAP, sizeof(*encap), encap); in build_migrate() 3343 [XFRMA_ENCAP] = { .len = sizeof(struct xfrm_encap_tmpl) },
|
| /linux/include/uapi/linux/ |
| H A D | xfrm.h | 295 XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */ enumerator
|