Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dppp_channel.h63 extern void ppp_unregister_channel(struct ppp_channel *);
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpppox.c58 ppp_unregister_channel(&pppox_sk(sk)->chan); in pppox_unbind_sock()
H A Dppp_synctty.c236 ppp_unregister_channel(&ap->chan); in ppp_sync_close()
H A Dppp_async.c237 ppp_unregister_channel(&ap->chan); in ppp_asynctty_close()
H A Dppp_generic.c2789 ppp_unregister_channel(struct ppp_channel *chan) in ppp_unregister_channel() function
3421 EXPORT_SYMBOL(ppp_unregister_channel);
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst73 * ppp_unregister_channel() is called when a channel is to be
131 them until after ppp_unregister_channel() returns. The ``mtu`` field
214 ppp_unregister_channel() returns.
218 channel at the time that ppp_unregister_channel() is called for that
221 * ppp_register_channel() and ppp_unregister_channel() must be called
244 * By the time a call to ppp_unregister_channel() returns, no thread
/OK3568_Linux_fs/kernel/net/atm/
H A Dpppoatm.c173 ppp_unregister_channel(&pvcc->chan); in pppoatm_unassign_vcc()
/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A Dnetwork.c305 ppp_unregister_channel(channel); in do_go_offline()