Searched refs:XFRM_POLICY_OUT (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/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.4/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.4/include/uapi/linux/ |
| D | xfrm.h | 137 XFRM_POLICY_OUT = 1, enumerator
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_policy.c | 656 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; in xfrm_spd_getinfo() 659 si->outscnt = net->xfrm.policy_count[XFRM_POLICY_OUT+XFRM_POLICY_MAX]; in xfrm_spd_getinfo() 1246 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild() 1293 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild() 2691 XFRM_POLICY_OUT, in xfrm_expand_policies() 3027 u8 dir = XFRM_POLICY_OUT; in xfrm_lookup_with_ifid() 3035 if (sk && sk->sk_policy[XFRM_POLICY_OUT]) { in xfrm_lookup_with_ifid() 3037 pols[0] = xfrm_sk_policy_lookup(sk, XFRM_POLICY_OUT, fl, family, in xfrm_lookup_with_ifid() 3079 !net->xfrm.policy_count[XFRM_POLICY_OUT]) in xfrm_lookup_with_ifid()
|
| D | xfrm_user.c | 1372 case XFRM_POLICY_OUT: in verify_policy_dir() 2934 copy_to_user_policy(xp, &ua->policy, XFRM_POLICY_OUT); in build_acquire() 3017 if (p->dir > XFRM_POLICY_OUT) in xfrm_compile_policy()
|
| D | xfrm_state.c | 2276 xfrm_sk_policy_insert(sk, XFRM_POLICY_OUT, NULL); in xfrm_user_policy()
|
| /Linux-v5.4/include/net/ |
| D | xfrm.h | 1153 return !net->xfrm.policy_count[XFRM_POLICY_OUT] || in xfrm_route_forward()
|
| /Linux-v5.4/net/key/ |
| D | af_key.c | 3211 pol->sadb_x_policy_dir = XFRM_POLICY_OUT + 1; in pfkey_send_acquire()
|