Lines Matching defs:list
206 * ip6_tnl_bucket - get head of list matching given tunnel parameters
210 * ip6_tnl_bucket() returns the head of the list matching the
213 * Return: head of IPv6 tunnel list
398 * ip6_tnl_dev_uninit() removes tunnel from its list
2266 static void __net_exit ip6_tnl_destroy_tunnels(struct net *net, struct list_head *list)
2275 unregister_netdevice_queue(dev, list);
2281 * been added to the list by the previous loop.
2284 unregister_netdevice_queue(t->dev, list);
2292 * been added to the list by the previous loop.
2295 unregister_netdevice_queue(t->dev, list);
2346 LIST_HEAD(list);
2350 ip6_tnl_destroy_tunnels(net, &list);
2351 unregister_netdevice_many(&list);