Searched refs:ppp_input (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | ppp_channel.h | 54 extern void ppp_input(struct ppp_channel *, struct sk_buff *);
|
| /linux/Documentation/networking/ |
| H A D | ppp_generic.rst | 81 * ppp_input() is called by a channel when it has received a complete 124 protocol number and the data, and the skbuffs presented to ppp_input() 144 headroom in the skbuffs presented to ppp_input(). The generic PPP 216 * No thread may be in a call to any of ppp_input(), ppp_input_error(), 320 ppp_input() are passed to the bridge instance for onward transmission. 323 bridging interrupts the normal ppp_input() path, a given channel may
|
| /linux/net/atm/ |
| H A D | pppoatm.c | 226 ppp_input(&pvcc->chan, skb); in pppoatm_push()
|
| /linux/drivers/tty/ipwireless/ |
| H A D | network.c | 404 ppp_input(network->ppp_channel, skb); in ipwireless_network_packet_received()
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_synctty.c | 490 ppp_input(&ap->chan, skb); in ppp_sync_process()
|
| H A D | ppp_async.c | 495 ppp_input(&ap->chan, skb); in ppp_async_process()
|
| H A D | ppp_generic.c | 2303 ppp_input(struct ppp_channel *chan, struct sk_buff *skb) in ppp_input() function 3647 EXPORT_SYMBOL(ppp_input);
|
| /linux/net/l2tp/ |
| H A D | l2tp_ppp.c | 224 ppp_input(&po->chan, skb); in pppol2tp_recv()
|