Lines Matching defs:ippp_struct
210 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;
220 unsigned int pppcfg;
221 unsigned int mru;
222 unsigned int mpmru;
223 unsigned int mpmtu;
224 unsigned int maxcid;
225 struct isdn_net_local_s *lp;
226 int unit;
227 int minor;
228 unsigned int last_link_seqno;
229 long mp_seqno;
231 unsigned char *cbuf;
232 struct slcompress *slcomp;
235 struct sock_filter *pass_filter; /* filter for packets to pass */
236 struct sock_filter *active_filter; /* filter for pkts to reset idle */
237 unsigned pass_len, active_len;
239 unsigned long debug;
240 struct isdn_ppp_compressor *compressor,*decompressor;
241 struct isdn_ppp_compressor *link_compressor,*link_decompressor;
242 void *decomp_stat,*comp_stat,*link_decomp_stat,*link_comp_stat;
243 struct ippp_ccp_reset *reset; /* Allocated on demand, may never be needed */
244 unsigned long compflags;