Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ppp/
H A Dppp_generic.c236 struct list_head all_channels; member
1141 INIT_LIST_HEAD(&pn->all_channels); in ppp_init_net()
1174 WARN_ON_ONCE(!list_empty(&pn->all_channels)); in ppp_exit_net()
3462 list_move(&pch->list, &pn->all_channels); in ppp_find_channel()
3467 list_for_each_entry(pch, &pn->all_channels, list) { in ppp_find_channel()
/linux-6.15/fs/smb/client/
H A Dcifsproto.h141 bool all_channels);
H A Dconnect.c142 bool all_channels) in cifs_signal_cifsd_for_reconnect() argument
152 if (!all_channels) { in cifs_signal_cifsd_for_reconnect()