Searched refs:ninp (Results 1 – 1 of 1) sorted by relevance
1127 struct inpcb *inp, *ninp; in in6_pcbnotify() local1168 for (inp = LIST_FIRST(head); inp != NULL; inp = ninp) { in in6_pcbnotify()1169 ninp = LIST_NEXT(inp, inp_list); in in6_pcbnotify()