Searched refs:ppp_input (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | ppp_channel.h | 54 extern void ppp_input(struct ppp_channel *, struct sk_buff *);
|
/Linux-v4.19/net/atm/ |
D | pppoatm.c | 229 ppp_input(&pvcc->chan, skb); in pppoatm_push()
|
/Linux-v4.19/Documentation/networking/ |
D | ppp_generic.txt | 77 * 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-v4.19/drivers/tty/ipwireless/ |
D | network.c | 404 ppp_input(network->ppp_channel, skb); in ipwireless_network_packet_received()
|
/Linux-v4.19/drivers/net/ppp/ |
D | ppp_synctty.c | 500 ppp_input(&ap->chan, skb); in ppp_sync_process()
|
D | pptp.c | 335 ppp_input(&po->chan, skb); in pptp_rcv_core()
|
D | ppp_async.c | 504 ppp_input(&ap->chan, skb); in ppp_async_process()
|
D | pppoe.c | 386 ppp_input(&po->chan, skb); in pppoe_rcv_core()
|
D | ppp_generic.c | 1969 ppp_input(struct ppp_channel *chan, struct sk_buff *skb) in ppp_input() function 3281 EXPORT_SYMBOL(ppp_input);
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_ppp.c | 247 ppp_input(&po->chan, skb); in pppol2tp_recv()
|