Searched refs:policy_default (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/net/netns/
H A Dxfrm.h70 u8 policy_default[XFRM_POLICY_MAX]; member in struct:netns_xfrm
/linux-master/net/xfrm/
H A Dxfrm_user.c2321 up->in = net->xfrm.policy_default[XFRM_POLICY_IN];
2322 up->fwd = net->xfrm.policy_default[XFRM_POLICY_FWD];
2323 up->out = net->xfrm.policy_default[XFRM_POLICY_OUT];
2347 net->xfrm.policy_default[XFRM_POLICY_IN] = up->in;
2350 net->xfrm.policy_default[XFRM_POLICY_FWD] = up->fwd;
2353 net->xfrm.policy_default[XFRM_POLICY_OUT] = up->out;
2383 r_up->in = net->xfrm.policy_default[XFRM_POLICY_IN];
2384 r_up->fwd = net->xfrm.policy_default[XFRM_POLICY_FWD];
2385 r_up->out = net->xfrm.policy_default[XFRM_POLICY_OUT];
H A Dxfrm_policy.c3270 net->xfrm.policy_default[dir] == XFRM_USERPOLICY_BLOCK) {
3721 if (net->xfrm.policy_default[dir] == XFRM_USERPOLICY_BLOCK) {
4275 net->xfrm.policy_default[XFRM_POLICY_IN] = XFRM_USERPOLICY_ACCEPT;
4276 net->xfrm.policy_default[XFRM_POLICY_FWD] = XFRM_USERPOLICY_ACCEPT;
4277 net->xfrm.policy_default[XFRM_POLICY_OUT] = XFRM_USERPOLICY_ACCEPT;
/linux-master/include/net/
H A Dxfrm.h1148 return net->xfrm.policy_default[dir] == XFRM_USERPOLICY_ACCEPT;
1239 net->xfrm.policy_default[XFRM_POLICY_OUT] == XFRM_USERPOLICY_ACCEPT)

Completed in 185 milliseconds