Searched refs:new_channels (Results 1 – 1 of 1) sorted by relevance
221 struct list_head new_channels; member1107 INIT_LIST_HEAD(&pn->new_channels); in ppp_init_net()1140 WARN_ON_ONCE(!list_empty(&pn->new_channels)); in ppp_exit_net()2895 list_add(&pch->list, &pn->new_channels); in ppp_register_net_channel()3423 list_for_each_entry(pch, &pn->new_channels, list) { in ppp_find_channel()