Home
last modified time | relevance | path

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

/linux-4.1.27/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_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_output.c45 struct net *net = xs_net(x); in xfrm_output_one()
Dxfrm_user.c2508 struct net *net = xs_net(x); in xfrm_exp_state_notify()
2525 struct net *net = xs_net(x); in xfrm_aevent_state_notify()
2602 struct net *net = xs_net(x); in xfrm_notify_sa()
2732 struct net *net = xs_net(x); in xfrm_send_acquire()
3054 struct net *net = xs_net(x); in xfrm_send_mapping()
Dxfrm_policy.c142 struct net *net = xs_net(x); in xfrm_dst_lookup()
/linux-4.1.27/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.c213 struct net *net = xs_net(x); in mip6_destopt_reject()
/linux-4.1.27/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.1.27/include/net/
Dxfrm.h129 possible_net_t xs_net; member
234 static inline struct net *xs_net(struct xfrm_state *x) in xs_net() function
236 return read_pnet(&x->xs_net); in xs_net()
/linux-4.1.27/net/key/
Daf_key.c1454 pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_ALL, NULL, xs_net(x)); in key_notify_sa()
2994 pfkey_broadcast(out_skb, GFP_ATOMIC, BROADCAST_REGISTERED, NULL, xs_net(x)); in key_notify_sa_expire()
3000 struct net *net = x ? xs_net(x) : c->net; in pfkey_send_notify()
3184 return pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_REGISTERED, NULL, xs_net(x)); in pfkey_send_acquire()
3382 return pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_REGISTERED, NULL, xs_net(x)); in pfkey_send_new_mapping()