Home
last modified time | relevance | path

Searched refs:XFRM_POLICY_ALLOW (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/ !
H A Dxfrm.h442 #define XFRM_POLICY_ALLOW 0 macro
/linux/net/xfrm/ !
H A Dxfrm_policy.c2829 if (pols[0]->action == XFRM_POLICY_ALLOW && in xfrm_expand_policies()
2848 if (pols[i]->action != XFRM_POLICY_ALLOW) { in xfrm_expand_policies()
3799 if (pol->action == XFRM_POLICY_ALLOW) { in __xfrm_policy_check()
3813 pols[pi]->action != XFRM_POLICY_ALLOW) { in __xfrm_policy_check()
H A Dxfrm_user.c1969 case XFRM_POLICY_ALLOW: in verify_newpolicy_info()
/linux/net/key/ !
H A Daf_key.c2161 if (xp->action == XFRM_POLICY_ALLOW) { in pfkey_xfrm_policy2msg()
2289 XFRM_POLICY_BLOCK : XFRM_POLICY_ALLOW); in pfkey_spdadd()
3325 XFRM_POLICY_BLOCK : XFRM_POLICY_ALLOW); in pfkey_compile_policy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ !
H A Dipsec_fs.c2286 case XFRM_POLICY_ALLOW: in tx_add_policy()
2372 case XFRM_POLICY_ALLOW: in rx_add_policy()
/linux/tools/testing/selftests/net/ !
H A Dnettest.c1464 policy.action = XFRM_POLICY_ALLOW; in config_xfrm_policy()