Searched refs:pcbtable (Results 1 – 1 of 1) sorted by relevance
215 struct inpcbtable pcbtable; in fetchnetstat4() local223 KREAD(off, &pcbtable, sizeof pcbtable); in fetchnetstat4()225 next = TAILQ_FIRST(&pcbtable.inpt_queue); in fetchnetstat4()226 while (next != TAILQ_END(&pcbtable.inpt_queue)) { in fetchnetstat4()260 struct inpcbtable pcbtable; in fetchnetstat6() local268 KREAD(off, &pcbtable, sizeof pcbtable); in fetchnetstat6()270 next = TAILQ_FIRST(&pcbtable.inpt_queue); in fetchnetstat6()271 while (next != TAILQ_END(&pcbtable.inpt_queue)) { in fetchnetstat6()