Home
last modified time | relevance | path

Searched refs:xs_net (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/net/xfrm/
Dxfrm_replay.c98 struct net *net = xs_net(x); in xfrm_replay_overflow()
169 if (xfrm_aevent_is_on(xs_net(x))) in xfrm_replay_advance()
177 struct net *net = xs_net(x); in xfrm_replay_overflow_bmp()
284 if (xfrm_aevent_is_on(xs_net(x))) in xfrm_replay_advance_bmp()
409 struct net *net = xs_net(x); in xfrm_replay_overflow_esn()
557 if (xfrm_aevent_is_on(xs_net(x))) in xfrm_replay_advance_esn()
Dxfrm_output.c57 struct net *net = xs_net(x); in xfrm_output_one()
134 struct net *net = xs_net(skb_dst(skb)->xfrm); in xfrm_output_resume()
Dxfrm_state.c475 write_pnet(&x->xs_net, net); in xfrm_state_alloc()
503 struct net *net = xs_net(x); in __xfrm_state_destroy()
516 struct net *net = xs_net(x); in __xfrm_state_delete()
705 struct net *net = xs_net(x); in __xfrm_state_locate()
941 struct net *net = xs_net(x); in __xfrm_state_insert()
972 struct net *net = xs_net(xnew); in __xfrm_state_bump_genids()
992 struct net *net = xs_net(x); in xfrm_state_insert()
1082 struct net *net = xs_net(x); in xfrm_state_add()
1139 struct net *net = xs_net(orig); in xfrm_state_clone()
1302 struct net *net = xs_net(x); in xfrm_state_update()
[all …]
Dxfrm_user.c2533 struct net *net = xs_net(x); in xfrm_exp_state_notify()
2550 struct net *net = xs_net(x); in xfrm_aevent_state_notify()
2627 struct net *net = xs_net(x); in xfrm_notify_sa()
2757 struct net *net = xs_net(x); in xfrm_send_acquire()
3079 struct net *net = xs_net(x); in xfrm_send_mapping()
Dxfrm_policy.c144 struct net *net = xs_net(x); in xfrm_dst_lookup()
/linux-4.4.14/net/ipv6/
Dipcomp6.c87 struct net *net = xs_net(x); in ipcomp6_tunnel_create()
123 struct net *net = xs_net(x); in ipcomp6_tunnel_attach()
Dxfrm6_tunnel.c298 struct net *net = xs_net(x); in xfrm6_tunnel_destroy()
Dmip6.c211 struct net *net = xs_net(x); in mip6_destopt_reject()
/linux-4.4.14/net/ipv4/
Dipcomp.c62 struct net *net = xs_net(x); in ipcomp_tunnel_create()
100 struct net *net = xs_net(x); in ipcomp_tunnel_attach()
Dxfrm4_state.c19 if (xs_net(x)->ipv4.sysctl_ip_no_pmtu_disc) in xfrm4_init_flags()
/linux-4.4.14/include/net/
Dxfrm.h129 possible_net_t xs_net; member
235 static inline struct net *xs_net(struct xfrm_state *x) in xs_net() function
237 return read_pnet(&x->xs_net); in xs_net()
/linux-4.4.14/net/key/
Daf_key.c1455 pfkey_broadcast(skb, BROADCAST_ALL, NULL, xs_net(x)); in key_notify_sa()
2995 pfkey_broadcast(out_skb, BROADCAST_REGISTERED, NULL, xs_net(x)); in key_notify_sa_expire()
3001 struct net *net = x ? xs_net(x) : c->net; in pfkey_send_notify()
3185 return pfkey_broadcast(skb, BROADCAST_REGISTERED, NULL, xs_net(x)); in pfkey_send_acquire()
3383 return pfkey_broadcast(skb, BROADCAST_REGISTERED, NULL, xs_net(x)); in pfkey_send_new_mapping()