Searched defs:ippp_struct (Results 1 – 1 of 1) sorted by relevance
210 struct ippp_struct { struct211 struct ippp_struct *next_link; argument212 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 …]