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