Lines Matching refs:l3_process
153 newl3state(struct l3_process *pc, int state) in newl3state()
169 L3InitTimer(struct l3_process *pc, struct L3Timer *t) in L3InitTimer()
199 StopAllL3Timer(struct l3_process *pc) in StopAllL3Timer()
235 struct l3_process
238 struct l3_process *p = st->l3.proc; in getl3proc()
248 struct l3_process
251 struct l3_process *p, *np; in new_l3_process()
253 if (!(p = kmalloc(sizeof(struct l3_process), GFP_ATOMIC))) { in new_l3_process()
277 release_l3_process(struct l3_process *p) in release_l3_process()
279 struct l3_process *np, *pp = NULL; in release_l3_process()
318 struct l3_process *p = st->l3.proc; in l3ml3p()
319 struct l3_process *np; in l3ml3p()