Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dppp_channel.h67 extern void ppp_unregister_channel(struct ppp_channel *);
/linux-4.4.14/drivers/net/ppp/
Dpppox.c62 ppp_unregister_channel(&pppox_sk(sk)->chan); in pppox_unbind_sock()
Dppp_synctty.c239 ppp_unregister_channel(&ap->chan); in ppp_sync_close()
Dppp_async.c241 ppp_unregister_channel(&ap->chan); in ppp_asynctty_close()
Dppp_generic.c2368 ppp_unregister_channel(struct ppp_channel *chan) in ppp_unregister_channel() function
3051 EXPORT_SYMBOL(ppp_unregister_channel);
/linux-4.4.14/Documentation/networking/
Dppp_generic.txt69 * ppp_unregister_channel() is called when a channel is to be
127 them until after ppp_unregister_channel() returns. The `mtu' field
210 ppp_unregister_channel() returns.
214 channel at the time that ppp_unregister_channel() is called for that
217 * ppp_register_channel() and ppp_unregister_channel() must be called
240 * By the time a call to ppp_unregister_channel() returns, no thread
/linux-4.4.14/net/irda/irnet/
Dirnet_ppp.c549 ppp_unregister_channel(&ap->chan); in dev_irnet_close()
698 ppp_unregister_channel(&ap->chan); in dev_irnet_ioctl()
Dirnet_irda.c33 ppp_unregister_channel(&self->chan); in irnet_ppp_disconnect()
/linux-4.4.14/net/atm/
Dpppoatm.c176 ppp_unregister_channel(&pvcc->chan); in pppoatm_unassign_vcc()
/linux-4.4.14/drivers/tty/ipwireless/
Dnetwork.c304 ppp_unregister_channel(channel); in do_go_offline()