Lines Matching defs:ifa_next
2921 struct ifaddr *ifa_cur, *ifa_next, *ifa_lla;
2954 ifa_next = if_dl_create(ifp, &nsdl);
2955 if (ifa_next == NULL) {
2960 ifa_acquire(ifa_next, &psref_next);
2963 ifa_insert(ifp, ifa_next);
2968 ifa_lla = ifa_next;
2973 if_activate_sadl(ifp, ifa_next, nsdl);
2976 ifp->if_hwdl = ifa_next;
2977 ifaref(ifa_next);
2988 ifa_release(ifa_next, &psref_next);
2993 ifa_next = ifa_lla;
2995 ifa_acquire(ifa_next, &psref_next);
2998 nsdl = satocsdl(ifa_next->ifa_addr);
3000 ifa_next = if_dl_create(ifp, &nsdl);
3001 if (ifa_next == NULL) {
3005 ifa_acquire(ifa_next, &psref_next);
3008 ifa_insert(ifp, ifa_next);
3012 if (__predict_true(ifa_next != ifp->if_dl)) {
3018 if_activate_sadl(ifp, ifa_next, nsdl);
3039 ifa_release(ifa_next, &psref_next);