Searched refs:XFRM_POLICY_MASK (Results 1 – 3 of 3) sorted by relevance
139 XFRM_POLICY_MASK = 3, enumerator
1289 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild()1336 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild()3649 reverse = dir & ~XFRM_POLICY_MASK; in __xfrm_policy_check()3650 dir &= XFRM_POLICY_MASK; in __xfrm_policy_check()
1175 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2()