Home
last modified time | relevance | path

Searched refs:ppp_input (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/include/linux/
Dppp_channel.h54 extern void ppp_input(struct ppp_channel *, struct sk_buff *);
/linux-3.4.99/net/atm/
Dpppoatm.c179 ppp_input(&pvcc->chan, skb); in pppoatm_push()
/linux-3.4.99/Documentation/networking/
Dppp_generic.txt77 * ppp_input() is called by a channel when it has received a complete
120 protocol number and the data, and the skbuffs presented to ppp_input()
140 headroom in the skbuffs presented to ppp_input(). The generic PPP
212 * No thread may be in a call to any of ppp_input(), ppp_input_error(),
/linux-3.4.99/drivers/tty/ipwireless/
Dnetwork.c395 ppp_input(network->ppp_channel, skb); in ipwireless_network_packet_received()
/linux-3.4.99/drivers/net/ppp/
Dppp_synctty.c548 ppp_input(&ap->chan, skb); in ppp_sync_process()
Dpptp.c370 ppp_input(&po->chan, skb); in pptp_rcv_core()
Dppp_async.c504 ppp_input(&ap->chan, skb); in ppp_async_process()
Dpppoe.c390 ppp_input(&po->chan, skb); in pppoe_rcv_core()
Dppp_generic.c1582 ppp_input(struct ppp_channel *chan, struct sk_buff *skb) in ppp_input() function
2976 EXPORT_SYMBOL(ppp_input);
/linux-3.4.99/net/irda/irnet/
Dirnet_irda.c1077 ppp_input(&ap->chan, skb); in irnet_data_indication()
/linux-3.4.99/net/l2tp/
Dl2tp_ppp.c258 ppp_input(&po->chan, skb); in pppol2tp_recv()