Searched refs:new_channels (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c162 struct list_head list; /* link in all/new_channels list */
206 struct list_head new_channels; member in struct:ppp_net
1071 INIT_LIST_HEAD(&pn->new_channels);
2401 list_add(&pch->list, &pn->new_channels);
3013 * First we look in the new_channels list, then in the
3014 * all_channels list. If found in the new_channels list,
3023 list_for_each_entry(pch, &pn->new_channels, list) {

Completed in 57 milliseconds