Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dmip6.c280 .flags = XFRM_TYPE_NON_FRAGMENT | XFRM_TYPE_LOCAL_COADDR,
362 .flags = XFRM_TYPE_NON_FRAGMENT | XFRM_TYPE_REMOTE_COADDR,
/openbmc/linux/include/net/
H A Dxfrm.h424 #define XFRM_TYPE_NON_FRAGMENT 1 macro
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2737 if (xfrm[i]->type->flags & XFRM_TYPE_NON_FRAGMENT) in xfrm_bundle_create()