tnls_wc            87 net/ipv6/ip6_tunnel.c 	struct ip6_tnl __rcu *tnls_wc[1];
tnls_wc           172 net/ipv6/ip6_tunnel.c 	t = rcu_dereference(ip6n->tnls_wc[0]);
tnls_wc           382 net/ipv6/ip6_tunnel.c 		RCU_INIT_POINTER(ip6n->tnls_wc[0], NULL);
tnls_wc          1901 net/ipv6/ip6_tunnel.c 	rcu_assign_pointer(ip6n->tnls_wc[0], t);
tnls_wc          2220 net/ipv6/ip6_tunnel.c 	ip6n->tnls[0] = ip6n->tnls_wc;
tnls_wc            70 net/ipv6/ip6_vti.c 	struct ip6_tnl __rcu *tnls_wc[1];
tnls_wc           119 net/ipv6/ip6_vti.c 	t = rcu_dereference(ip6n->tnls_wc[0]);
tnls_wc           293 net/ipv6/ip6_vti.c 		RCU_INIT_POINTER(ip6n->tnls_wc[0], NULL);
tnls_wc           957 net/ipv6/ip6_vti.c 	rcu_assign_pointer(ip6n->tnls_wc[0], t);
tnls_wc          1120 net/ipv6/ip6_vti.c 	t = rtnl_dereference(ip6n->tnls_wc[0]);
tnls_wc          1131 net/ipv6/ip6_vti.c 	ip6n->tnls[0] = ip6n->tnls_wc;