Searched refs:XFRM_POLICY_OUT (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/netfilter/
H A Dnft_xfrm.c75 case XFRM_POLICY_OUT:
204 case XFRM_POLICY_OUT:
249 case XFRM_POLICY_OUT:
/linux-master/net/ipv6/
H A Dah6.c254 if (dir == XFRM_POLICY_OUT)
390 XFRM_POLICY_OUT);
/linux-master/include/uapi/linux/
H A Dxfrm.h138 XFRM_POLICY_OUT = 1, enumerator in enum:__anon2141
/linux-master/net/xfrm/
H A Dxfrm_policy.c679 si->outcnt = net->xfrm.policy_count[XFRM_POLICY_OUT];
682 si->outscnt = net->xfrm.policy_count[XFRM_POLICY_OUT+XFRM_POLICY_MAX];
1282 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) {
1329 if ((dir & XFRM_POLICY_MASK) == XFRM_POLICY_OUT) {
2793 XFRM_POLICY_OUT,
3141 u8 dir = XFRM_POLICY_OUT;
3149 if (sk && sk->sk_policy[XFRM_POLICY_OUT]) {
3151 pols[0] = xfrm_sk_policy_lookup(sk, XFRM_POLICY_OUT, fl, family,
3193 !net->xfrm.policy_count[XFRM_POLICY_OUT]))
4270 net->xfrm.policy_default[XFRM_POLICY_OUT]
[all...]
H A Dxfrm_user.c1650 case XFRM_POLICY_OUT:
1808 if (ut[i].optional && dir == XFRM_POLICY_OUT) {
2216 up->out = net->xfrm.policy_default[XFRM_POLICY_OUT];
2246 net->xfrm.policy_default[XFRM_POLICY_OUT] = up->out;
2278 r_up->out = net->xfrm.policy_default[XFRM_POLICY_OUT];
3439 copy_to_user_policy(xp, &ua->policy, XFRM_POLICY_OUT);
3524 if (p->dir > XFRM_POLICY_OUT)
H A Dxfrm_device.c375 case XFRM_POLICY_OUT:
H A Dxfrm_state.c2609 xfrm_sk_policy_insert(sk, XFRM_POLICY_OUT, NULL);
/linux-master/include/net/
H A Dxfrm.h1152 if (dir != XFRM_POLICY_OUT && family == AF_INET) {
1234 if (!net->xfrm.policy_count[XFRM_POLICY_OUT] &&
1235 net->xfrm.policy_default[XFRM_POLICY_OUT] == XFRM_USERPOLICY_ACCEPT)
/linux-master/tools/testing/selftests/net/
H A Dipsec.c1157 XFRM_POLICY_OUT, tunsrc, tundst, proto)) {
1208 XFRM_POLICY_OUT, tunsrc, tundst)) {
1526 XFRM_POLICY_OUT, tunsrc, tundst, desc->proto)) {
1546 req.expire.pol.dir = XFRM_POLICY_OUT;
H A Dnettest.c1471 policy.dir = XFRM_POLICY_OUT;
/linux-master/net/key/
H A Daf_key.c3233 pol->sadb_x_policy_dir = XFRM_POLICY_OUT + 1;

Completed in 190 milliseconds