Lines Matching defs:Layer2
240 struct Layer2 { struct
241 int tei;
242 int sap;
243 int maxlen;
244 u_long flag;
245 spinlock_t lock;
246 u_int vs, va, vr;
247 int rc;
248 unsigned int window;
249 unsigned int sow;
250 struct sk_buff *windowar[MAX_WINDOW];
251 struct sk_buff_head i_queue;
252 struct sk_buff_head ui_queue;
253 void (*l2l1) (struct PStack *, int, void *);
254 void (*l2l3) (struct PStack *, int, void *);
255 void (*l2tei) (struct PStack *, int, void *);
256 struct FsmInst l2m;
257 struct FsmTimer t200, t203;
258 int T200, N200, T203;
259 int debug;
260 char debug_id[16];