Searched refs:XFRM_POLICY_MASK (Results 1 – 5 of 5) sorted by relevance
139 XFRM_POLICY_MASK = 3, enumerator
1267 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild()1314 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild()3576 reverse = dir & ~XFRM_POLICY_MASK; in __xfrm_policy_check()3577 dir &= XFRM_POLICY_MASK; in __xfrm_policy_check()
1094 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2()