Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Disdn_ppp.h158 struct ippp_struct { struct
159 struct ippp_struct *next_link; argument
160 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 …]