Lines Matching defs:tmp
629 struct net *tmp;
636 for_each_net(tmp) {
639 spin_lock(&tmp->nsid_lock);
640 id = __peernet2id(tmp, net);
642 idr_remove(&tmp->netns_ids, id);
643 spin_unlock(&tmp->nsid_lock);
645 rtnl_net_notifyid(tmp, RTM_DELNSID, id, 0, NULL,
647 if (tmp == last)
662 struct net *net, *tmp, *last;
708 list_for_each_entry_safe(net, tmp, &net_exit_list, exit_list) {