Lines Matching refs:im
487 struct ifacaddr6 *im = NULL;
498 im = idev->ac_list;
499 if (im) {
505 return im;
508 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im)
512 im = im->aca_next;
513 while (!im) {
526 im = state->idev->ac_list;
528 return im;
533 struct ifacaddr6 *im = ac6_get_first(seq);
534 if (im)
535 while (pos && (im = ac6_get_next(seq, im)) != NULL)
537 return pos ? NULL : im;
549 struct ifacaddr6 *im = ac6_get_next(seq, v);
552 return im;
569 struct ifacaddr6 *im = (struct ifacaddr6 *)v;
574 &im->aca_addr, im->aca_users);