Searched refs:xs_net (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/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_output.c | 57 struct net *net = xs_net(x); in xfrm_output_one() 134 struct net *net = xs_net(skb_dst(skb)->xfrm); in xfrm_output_resume()
|
| 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_user.c | 2533 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()
|
| D | xfrm_policy.c | 144 struct net *net = xs_net(x); in xfrm_dst_lookup()
|
| /linux-4.4.14/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 | 211 struct net *net = xs_net(x); in mip6_destopt_reject()
|
| /linux-4.4.14/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.4.14/include/net/ |
| D | xfrm.h | 129 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/ |
| D | af_key.c | 1455 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()
|