Searched defs:inpcb_iterator (Results 1 – 1 of 1) sorted by relevance
708 struct inpcb_iterator { struct709 const struct inpcbinfo *ipi;710 struct inpcb *inp;734 struct inpcb *inp_next(struct inpcb_iterator *); argument