Searched refs:net_kill_list (Results 1 - 1 of 1) sorted by path

/linux-master/net/core/
H A Dnet_namespace.c587 struct llist_node *net_kill_list; local
592 net_kill_list = llist_del_all(&cleanup_list);
598 llist_for_each_entry(net, net_kill_list, cleanup_list)
602 * to a net from net_kill_list (see peernet2id_alloc()).
606 * between net_kill_list's nets, as they've already
613 llist_for_each_entry(net, net_kill_list, cleanup_list) {

Completed in 320 milliseconds