Searched refs:new_channels (Results 1 – 1 of 1) sorted by relevance
224 struct list_head new_channels; member1113 INIT_LIST_HEAD(&pn->new_channels); in ppp_init_net()1146 WARN_ON_ONCE(!list_empty(&pn->new_channels)); in ppp_exit_net()2903 list_add(&pch->list, &pn->new_channels); in ppp_register_net_channel()3431 list_for_each_entry(pch, &pn->new_channels, list) { in ppp_find_channel()