Lines Matching defs:Layer3
273 struct Layer3 { struct
274 void (*l3l4) (struct PStack *, int, void *);
275 void (*l3ml3) (struct PStack *, int, void *);
276 void (*l3l2) (struct PStack *, int, void *);
277 struct FsmInst l3m;
278 struct FsmTimer l3m_timer;
279 struct sk_buff_head squeue;
280 struct l3_process *proc;
281 struct l3_process *global;
282 int N303;
283 int debug;
284 char debug_id[8];