Searched refs:tp_ftimeolist (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_timer.h70 { (t)->tp_fasttimeo = tp_ftimeolist; tp_ftimeolist = (t); } }
H A Dtp_timer.c85 struct tp_pcb *tp_ftimeolist = (struct tp_pcb *) & tp_ftimeolist; variable in typeref:struct:tp_pcb
292 while ((t = tp_ftimeolist) != (struct tp_pcb *) & tp_ftimeolist) {
295 tp_ftimeolist = (struct tp_pcb *) & tp_ftimeolist;
303 tp_ftimeolist = t->tp_fasttimeo;
H A Dtp_pcb.h367 extern struct tp_pcb *tp_ftimeolist;

Completed in 29 milliseconds