Searched defs:ippp_struct (Results 1 – 1 of 1) sorted by relevance
158 struct ippp_struct { struct159 struct ippp_struct *next_link; argument160 int state;161 spinlock_t buflock;162 struct ippp_buf_queue rq[NUM_RCV_BUFFS]; /* packet queue for isdn_ppp_read() */163 struct ippp_buf_queue *first; /* pointer to (current) first packet */164 struct ippp_buf_queue *last; /* pointer to (current) last used packet in queue */165 wait_queue_head_t wq;166 struct task_struct *tk;167 unsigned int mpppcfg;[all …]