Searched defs:inpcb_iterator (Results 1 – 1 of 1) sorted by relevance
686 struct inpcb_iterator { struct687 const struct inpcbinfo *ipi;688 struct inpcb *inp;712 struct inpcb *inp_next(struct inpcb_iterator *); argument