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