Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dppp_channel.h50 extern void ppp_output_wakeup(struct ppp_channel *);
/Linux-v4.19/drivers/net/ppp/
Dppp_synctty.c505 ppp_output_wakeup(&ap->chan); in ppp_sync_process()
657 ppp_output_wakeup(&ap->chan); in ppp_sync_flush_output()
Dppp_async.c509 ppp_output_wakeup(&ap->chan); in ppp_async_process()
745 ppp_output_wakeup(&ap->chan); in ppp_async_flush_output()
Dppp_generic.c2678 ppp_output_wakeup(struct ppp_channel *chan) in ppp_output_wakeup() function
3283 EXPORT_SYMBOL(ppp_output_wakeup);
/Linux-v4.19/net/atm/
Dpppoatm.c109 ppp_output_wakeup((struct ppp_channel *) arg); in pppoatm_wakeup_sender()
/Linux-v4.19/Documentation/networking/
Dppp_generic.txt51 and the channel should call the ppp_output_wakeup() function at a
73 * ppp_output_wakeup() is called by a channel when it has previously
170 when the channel calls ppp_output_wakeup() or when the core
213 ppp_output_wakeup(), ppp_channel_index() or ppp_unit_number() for a
/Linux-v4.19/drivers/tty/ipwireless/
Dnetwork.c78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent()