Searched refs:XFRM_POLICY_OUT (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/net/netfilter/ |
| D | nft_xfrm.c | 74 case XFRM_POLICY_OUT: in nft_xfrm_get_init() 203 case XFRM_POLICY_OUT: in nft_xfrm_get_eval() 243 case XFRM_POLICY_OUT: in nft_xfrm_validate()
|
| /Linux-v5.10/net/ipv6/ |
| D | ah6.c | 260 if (dir == XFRM_POLICY_OUT) in ipv6_clear_mutable_options() 396 XFRM_POLICY_OUT); in ah6_output()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | xfrm.h | 137 XFRM_POLICY_OUT = 1, enumerator
|
| /Linux-v5.10/net/xfrm/ |
| D | xfrm_policy.c | 661 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; in xfrm_spd_getinfo() 664 si->outscnt = net->xfrm.policy_count[XFRM_POLICY_OUT+XFRM_POLICY_MAX]; in xfrm_spd_getinfo() 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() 2683 XFRM_POLICY_OUT, in xfrm_expand_policies() 3030 u8 dir = XFRM_POLICY_OUT; in xfrm_lookup_with_ifid() 3038 if (sk && sk->sk_policy[XFRM_POLICY_OUT]) { in xfrm_lookup_with_ifid() 3040 pols[0] = xfrm_sk_policy_lookup(sk, XFRM_POLICY_OUT, fl, family, in xfrm_lookup_with_ifid() 3082 !net->xfrm.policy_count[XFRM_POLICY_OUT]) in xfrm_lookup_with_ifid()
|
| D | xfrm_user.c | 1409 case XFRM_POLICY_OUT: in verify_policy_dir() 3014 copy_to_user_policy(xp, &ua->policy, XFRM_POLICY_OUT); in build_acquire() 3097 if (p->dir > XFRM_POLICY_OUT) in xfrm_compile_policy()
|
| D | xfrm_state.c | 2370 xfrm_sk_policy_insert(sk, XFRM_POLICY_OUT, NULL); in xfrm_user_policy()
|
| /Linux-v5.10/tools/testing/selftests/net/ |
| D | ipsec.c | 1169 XFRM_POLICY_OUT, tunsrc, tundst, proto)) { in xfrm_prepare() 1220 XFRM_POLICY_OUT, tunsrc, tundst)) { in xfrm_cleanup() 1538 XFRM_POLICY_OUT, tunsrc, tundst, desc->proto)) { in xfrm_expire_policy() 1558 req.expire.pol.dir = XFRM_POLICY_OUT; in xfrm_expire_policy()
|
| /Linux-v5.10/include/net/ |
| D | xfrm.h | 1153 return !net->xfrm.policy_count[XFRM_POLICY_OUT] || in xfrm_route_forward()
|
| /Linux-v5.10/net/key/ |
| D | af_key.c | 3218 pol->sadb_x_policy_dir = XFRM_POLICY_OUT + 1; in pfkey_send_acquire()
|