Searched refs:inpnxt (Results 1 – 1 of 1) sorted by relevance
2603 struct inpcb *inp, *inpnxt; in udp_gc() local2618 for (inp = udb.lh_first; inp != NULL; inp = inpnxt) { in udp_gc()2619 inpnxt = inp->inp_list.le_next; in udp_gc()