Home | History | Annotate | Download | only in pci

Lines Matching defs:ifa_next

1557 	struct ifaddr *ifa_prev, *ifa_next;
1564 ifa_prev = ifa_next = NULL;
1594 IFADDR_READER_FOREACH(ifa_next, ifp) {
1595 if (sockaddr_cmp(&u.sa, ifa_next->ifa_addr) == 0) {
1596 ifa_acquire(ifa_next, &psref_next);
1602 if (ifa_next == NULL) {
1604 ifa_next = if_dl_create(ifp, &nsdl);
1605 if (ifa_next == NULL) {
1611 ifa_acquire(ifa_next, &psref_next);
1614 sockaddr_copy(ifa_next->ifa_addr,
1615 ifa_next->ifa_addr->sa_len, &u.sa);
1616 ifa_insert(ifp, ifa_next);
1622 if_activate_sadl(ifp, ifa_next, nsdl);
1625 ifa_release(ifa_next, &psref_next);
1626 ifa_next = NULL;
1644 if (ifa_next != NULL)
1645 ifa_release(ifa_next, &psref_next);