Searched defs:inpcb_iterator (Results 1 – 1 of 1) sorted by relevance
687 struct inpcb_iterator { struct688 const struct inpcbinfo *ipi;689 struct inpcb *inp;713 struct inpcb *inp_next(struct inpcb_iterator *); argument