Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dxfrm.h138 XFRM_POLICY_MASK = 3, enumerator
/linux-4.1.27/net/xfrm/
Dxfrm_policy.c611 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild()
2457 reverse = dir & ~XFRM_POLICY_MASK; in __xfrm_policy_check()
2458 dir &= XFRM_POLICY_MASK; in __xfrm_policy_check()
/linux-4.1.27/include/net/
Dxfrm.h1068 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2()