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