Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dppp_channel.h64 extern int ppp_register_channel(struct ppp_channel *);
/linux/net/atm/
H A Dpppoatm.c417 err = ppp_register_channel(&pvcc->chan); in pppoatm_assign_vcc()
/linux/drivers/tty/ipwireless/
H A Dnetwork.c278 if (ppp_register_channel(channel) < 0) { in do_go_online()
/linux/Documentation/networking/
H A Dppp_generic.rst68 * ppp_register_channel() is called when a channel has been created, to
130 ``hdrlen`` fields before calling ppp_register_channel() and not change
213 ppp_register_channel() is called until after the call to
221 * ppp_register_channel() and ppp_unregister_channel() must be called
/linux/drivers/net/ppp/
H A Dppp_synctty.c191 err = ppp_register_channel(&ap->chan); in ppp_sync_open()
H A Dppp_async.c193 err = ppp_register_channel(&ap->chan); in ppp_asynctty_open()
H A Dppp_generic.c2898 int ppp_register_channel(struct ppp_channel *chan) in ppp_register_channel() function
3642 EXPORT_SYMBOL(ppp_register_channel);