Home
last modified time | relevance | path

Searched defs:ippp_struct (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Disdn_ppp.h210 struct ippp_struct { struct
211 struct ippp_struct *next_link; argument
212 int state;
213 spinlock_t buflock;
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 */
217 wait_queue_head_t wq;
218 struct task_struct *tk;
219 unsigned int mpppcfg;
[all …]