Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dppp_channel.h50 extern void ppp_input(struct ppp_channel *, struct sk_buff *);
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst81 * 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(),
/OK3568_Linux_fs/kernel/net/atm/
H A Dpppoatm.c224 ppp_input(&pvcc->chan, skb); in pppoatm_push()
/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A Dnetwork.c404 ppp_input(network->ppp_channel, skb); in ipwireless_network_packet_received()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_synctty.c497 ppp_input(&ap->chan, skb); in ppp_sync_process()
H A Dpptp.c325 ppp_input(&po->chan, skb); in pptp_rcv_core()
H A Dppp_async.c501 ppp_input(&ap->chan, skb); in ppp_async_process()
H A Dpppoe.c379 ppp_input(&po->chan, skb); in pppoe_rcv_core()
H A Dppp_generic.c2109 ppp_input(struct ppp_channel *chan, struct sk_buff *skb) in ppp_input() function
3425 EXPORT_SYMBOL(ppp_input);
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ppp.c241 ppp_input(&po->chan, skb); in pppol2tp_recv()