Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dppp_generic.c177 struct list_head list; /* link in all/new_channels list */
229 struct list_head new_channels; member
1136 INIT_LIST_HEAD(&pn->new_channels); in ppp_init_net()
1161 WARN_ON_ONCE(!list_empty(&pn->new_channels)); in ppp_exit_net()
2922 list_add(&pch->list, &pn->new_channels); in ppp_register_net_channel()
3451 * First we look in the new_channels list, then in the
3452 * all_channels list. If found in the new_channels list,
3461 list_for_each_entry(pch, &pn->new_channels, list) { in ppp_find_channel()