Home
last modified time | relevance | path

Searched refs:rpkt (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dppp_synctty.c68 struct sk_buff *rpkt; member
276 if (ap->rpkt != 0) in ppp_sync_close()
277 kfree_skb(ap->rpkt); in ppp_sync_close()
694 skb = ap->rpkt; in process_input_packet()
695 ap->rpkt = 0; in process_input_packet()
748 if ((skb = ap->rpkt) == 0) { in ppp_sync_input()
757 ap->rpkt = skb; in ppp_sync_input()
Dppp_async.c62 struct sk_buff *rpkt; member
225 if (ap->rpkt != 0) in ppp_asynctty_close()
226 kfree_skb(ap->rpkt); in ppp_asynctty_close()
788 skb = ap->rpkt; in process_input_packet()
789 ap->rpkt = 0; in process_input_packet()
890 skb = ap->rpkt; in ppp_async_input()
898 ap->rpkt = skb; in ppp_async_input()
/linux-2.4.37.9/include/linux/
Dif_pppvar.h108 struct sk_buff *rpkt; /* frame currently being rcvd */ member