Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dppp_channel.h53 extern void ppp_input(struct ppp_channel *, struct sk_buff *);
/linux-2.4.37.9/net/atm/
Dpppoatm.c184 ppp_input(&pvcc->chan, skb); in pppoatm_push()
/linux-2.4.37.9/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-2.4.37.9/drivers/net/
Dppp_synctty.c714 ppp_input(&ap->chan, skb); in process_input_packet()
Dppp_async.c830 ppp_input(&ap->chan, skb); in process_input_packet()
Dpppoe.c353 ppp_input(&po->chan, skb); in pppoe_rcv_core()
Dppp_generic.c1334 ppp_input(struct ppp_channel *chan, struct sk_buff *skb) in ppp_input() function
2637 EXPORT_SYMBOL(ppp_input);
/linux-2.4.37.9/net/irda/irnet/
Dirnet_irda.c1051 ppp_input(&ap->chan, skb); in irnet_data_indication()