Lines Matching defs:list
74 struct list_head next; /* geneve's per namespace list */
81 struct list_head list;
530 list_for_each_entry(p, head, list) {
625 list_add(&gs->list, &gn->sock_list);
634 list_del(&gs->list);
664 list_for_each_entry(gs, &gn->sock_list, list) {
1234 list_for_each_entry_rcu(gs, &gn->sock_list, list) {
1971 * to the list by the previous loop.
1981 LIST_HEAD(list);
1985 geneve_destroy_tunnels(net, &list);
1988 unregister_netdevice_many(&list);