Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dppp_channel.h50 extern void ppp_output_wakeup(struct ppp_channel *);
/linux-3.4.99/net/irda/irnet/
Dirnet_irda.c888 ppp_output_wakeup(&new->chan); in irnet_connect_socket()
1170 ppp_output_wakeup(&self->chan); in irnet_disconnect_indication()
1221 ppp_output_wakeup(&self->chan); in irnet_connect_confirm()
1272 ppp_output_wakeup(&self->chan); in irnet_flow_indication()
Dirnet_ppp.c813 ppp_output_wakeup(&ap->chan); in dev_irnet_ioctl()
/linux-3.4.99/drivers/net/ppp/
Dppp_synctty.c553 ppp_output_wakeup(&ap->chan); in ppp_sync_process()
705 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.c2289 ppp_output_wakeup(struct ppp_channel *chan) in ppp_output_wakeup() function
2978 EXPORT_SYMBOL(ppp_output_wakeup);
/linux-3.4.99/net/atm/
Dpppoatm.c94 ppp_output_wakeup((struct ppp_channel *) arg); in pppoatm_wakeup_sender()
/linux-3.4.99/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-3.4.99/drivers/tty/ipwireless/
Dnetwork.c77 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent()