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