Searched refs:ippp_buf_queue (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disdn_ppp.h173 struct ippp_buf_queue { struct
174 struct ippp_buf_queue *next;
175 struct ippp_buf_queue *last;
214 struct ippp_buf_queue rq[NUM_RCV_BUFFS]; /* packet queue for isdn_ppp_read() */
215 struct ippp_buf_queue *first; /* pointer to (current) first packet */
216 struct ippp_buf_queue *last; /* pointer to (current) last used packet in queue */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_ppp.c662 struct ippp_buf_queue *bf, *bl;
705 struct ippp_buf_queue *bf, *bl;
759 struct ippp_buf_queue *b;

Completed in 48 milliseconds