ip6_tnl_bucket    187 net/ipv6/ip6_tunnel.c 	struct ip6_tnl **tp = ip6_tnl_bucket(ip6n, &t->parms);
ip6_tnl_bucket    205 net/ipv6/ip6_tunnel.c 	for (tp = ip6_tnl_bucket(ip6n, &t->parms); *tp; tp = &(*tp)->next) {
ip6_tnl_bucket    290 net/ipv6/ip6_tunnel.c 	for (t = *ip6_tnl_bucket(ip6n, p); t; t = t->next) {