Searched refs:XFRM_POLICY_OUT (Results 1 – 11 of 11) sorted by relevance
| /linux/net/netfilter/ |
| A D | nft_xfrm.c | 75 case XFRM_POLICY_OUT: in nft_xfrm_get_init() 204 case XFRM_POLICY_OUT: in nft_xfrm_get_eval() 248 case XFRM_POLICY_OUT: in nft_xfrm_validate()
|
| /linux/net/ipv6/ |
| A D | ah6.c | 254 if (dir == XFRM_POLICY_OUT) in ipv6_clear_mutable_options() 390 XFRM_POLICY_OUT); in ah6_output()
|
| /linux/net/xfrm/ |
| A D | xfrm_policy.c | 704 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT]; in xfrm_spd_getinfo() 707 si->outscnt = net->xfrm.policy_count[XFRM_POLICY_OUT+XFRM_POLICY_MAX]; in xfrm_spd_getinfo() 1309 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild() 1340 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) { in xfrm_hash_rebuild() 2310 case XFRM_POLICY_OUT: in __xfrm_policy_link() 2815 XFRM_POLICY_OUT, in xfrm_expand_policies() 3163 u8 dir = XFRM_POLICY_OUT; in xfrm_lookup_with_ifid() 3171 if (sk && sk->sk_policy[XFRM_POLICY_OUT]) { in xfrm_lookup_with_ifid() 3173 pols[0] = xfrm_sk_policy_lookup(sk, XFRM_POLICY_OUT, fl, family, in xfrm_lookup_with_ifid() 3215 !net->xfrm.policy_count[XFRM_POLICY_OUT])) in xfrm_lookup_with_ifid() [all …]
|
| A D | xfrm_user.c | 1774 case XFRM_POLICY_OUT: in verify_policy_dir() 1932 if (ut[i].optional && dir == XFRM_POLICY_OUT) { in validate_tmpl() 2340 up->out = net->xfrm.policy_default[XFRM_POLICY_OUT]; in xfrm_notify_userpolicy() 2370 net->xfrm.policy_default[XFRM_POLICY_OUT] = up->out; in xfrm_set_default() 2402 r_up->out = net->xfrm.policy_default[XFRM_POLICY_OUT]; in xfrm_get_default() 3609 copy_to_user_policy(xp, &ua->policy, XFRM_POLICY_OUT); in build_acquire() 3694 if (p->dir > XFRM_POLICY_OUT) in xfrm_compile_policy()
|
| A D | xfrm_device.c | 382 case XFRM_POLICY_OUT: in xfrm_dev_policy_add()
|
| A D | xfrm_state.c | 2676 xfrm_sk_policy_insert(sk, XFRM_POLICY_OUT, NULL); in xfrm_user_policy()
|
| /linux/include/uapi/linux/ |
| A D | xfrm.h | 138 XFRM_POLICY_OUT = 1, enumerator
|
| /linux/tools/testing/selftests/net/ |
| A D | ipsec.c | 1157 XFRM_POLICY_OUT, tunsrc, tundst, proto)) { in xfrm_prepare() 1208 XFRM_POLICY_OUT, tunsrc, tundst)) { in xfrm_cleanup() 1526 XFRM_POLICY_OUT, tunsrc, tundst, desc->proto)) { in xfrm_expire_policy() 1546 req.expire.pol.dir = XFRM_POLICY_OUT; in xfrm_expire_policy()
|
| A D | nettest.c | 1471 policy.dir = XFRM_POLICY_OUT; in config_xfrm_policy()
|
| /linux/include/net/ |
| A D | xfrm.h | 1197 if (dir != XFRM_POLICY_OUT && family == AF_INET) { in __xfrm_check_dev_nopolicy() 1279 if (!net->xfrm.policy_count[XFRM_POLICY_OUT] && in xfrm_route_forward() 1280 net->xfrm.policy_default[XFRM_POLICY_OUT] == XFRM_USERPOLICY_ACCEPT) in xfrm_route_forward()
|
| /linux/net/key/ |
| A D | af_key.c | 3233 pol->sadb_x_policy_dir = XFRM_POLICY_OUT + 1; in pfkey_send_acquire()
|
Completed in 64 milliseconds