Lines Matching defs:Layer2
250 struct Layer2 { struct
251 int tei;
252 int sap;
253 int maxlen;
254 u_long flag;
255 spinlock_t lock;
256 u_int vs, va, vr;
257 int rc;
258 unsigned int window;
259 unsigned int sow;
260 struct sk_buff *windowar[MAX_WINDOW];
261 struct sk_buff_head i_queue;
262 struct sk_buff_head ui_queue;
263 void (*l2l1) (struct PStack *, int, void *);
264 void (*l2l3) (struct PStack *, int, void *);
265 void (*l2tei) (struct PStack *, int, void *);
266 struct FsmInst l2m;
267 struct FsmTimer t200, t203;
268 int T200, N200, T203;
269 int debug;
270 char debug_id[16];