Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dxfrm.h139 XFRM_POLICY_MASK = 3, enumerator
/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c1263 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild()
1310 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild()
3608 reverse = dir & ~XFRM_POLICY_MASK; in __xfrm_policy_check()
3609 dir &= XFRM_POLICY_MASK; in __xfrm_policy_check()
/linux-6.3-rc2/include/net/
A Dxfrm.h1158 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2()

Completed in 20 milliseconds