Lines Matching refs:next
61 struct l2t_entry *rover; /* starting point for next allocation */
287 for (p = &d->l2tab[e->hash].first; *p; p = &(*p)->next)
289 *p = e->next;
290 e->next = NULL;
329 for (p = &d->l2tab[e->hash].first; *p; p = &(*p)->next)
331 *p = e->next;
332 e->next = NULL;
394 * Update an L2T entry that was previously used for the same next hop as neigh.
440 for (e = d->l2tab[hash].first; e; e = e->next)
464 e->next = d->l2tab[hash].first;
520 for (e = d->l2tab[hash].first; e; e = e->next)
738 .next = l2t_seq_next,