Searched refs:xs_net (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/net/xfrm/ |
D | xfrm_replay.c | 98 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()
|
D | xfrm_state.c | 475 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 …]
|
D | xfrm_output.c | 45 struct net *net = xs_net(x); in xfrm_output_one()
|
D | xfrm_user.c | 2508 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()
|
D | xfrm_policy.c | 142 struct net *net = xs_net(x); in xfrm_dst_lookup()
|
/linux-4.1.27/net/ipv6/ |
D | ipcomp6.c | 87 struct net *net = xs_net(x); in ipcomp6_tunnel_create() 123 struct net *net = xs_net(x); in ipcomp6_tunnel_attach()
|
D | xfrm6_tunnel.c | 298 struct net *net = xs_net(x); in xfrm6_tunnel_destroy()
|
D | mip6.c | 213 struct net *net = xs_net(x); in mip6_destopt_reject()
|
/linux-4.1.27/net/ipv4/ |
D | ipcomp.c | 62 struct net *net = xs_net(x); in ipcomp_tunnel_create() 100 struct net *net = xs_net(x); in ipcomp_tunnel_attach()
|
D | xfrm4_state.c | 19 if (xs_net(x)->ipv4.sysctl_ip_no_pmtu_disc) in xfrm4_init_flags()
|
/linux-4.1.27/include/net/ |
D | xfrm.h | 129 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/ |
D | af_key.c | 1454 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()
|