Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dppp_channel.h46 extern void ppp_output_wakeup(struct ppp_channel *);
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_synctty.c502 ppp_output_wakeup(&ap->chan); in ppp_sync_process()
654 ppp_output_wakeup(&ap->chan); in ppp_sync_flush_output()
H A Dppp_async.c506 ppp_output_wakeup(&ap->chan); in ppp_async_process()
742 ppp_output_wakeup(&ap->chan); in ppp_async_flush_output()
H A Dppp_generic.c2826 ppp_output_wakeup(struct ppp_channel *chan) in ppp_output_wakeup() function
3427 EXPORT_SYMBOL(ppp_output_wakeup);
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst55 and the channel should call the ppp_output_wakeup() function at a
77 * ppp_output_wakeup() is called by a channel when it has previously
174 when the channel calls ppp_output_wakeup() or when the core
217 ppp_output_wakeup(), ppp_channel_index() or ppp_unit_number() for a
/OK3568_Linux_fs/kernel/net/atm/
H A Dpppoatm.c106 ppp_output_wakeup((struct ppp_channel *) arg); in pppoatm_wakeup_sender()
/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A Dnetwork.c78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent()