Lines Matching defs:lp_next
1542 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next)
1549 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next)
2333 struct lagg_port *lp_next, *rval = NULL;
2354 if ((lp_next = CK_SLIST_NEXT(lp, lp_entries)) != NULL &&
2355 LAGG_PORTACTIVE(lp_next)) {
2356 rval = lp_next;
2361 CK_SLIST_FOREACH(lp_next, &sc->sc_ports, lp_entries) {
2362 if (LAGG_PORTACTIVE(lp_next)) {
2363 return (lp_next);
2555 struct lagg_port *lp_next;
2561 CK_SLIST_FOREACH(lp_next, &sc->sc_ports, lp_entries) {
2562 if (lp_next == lp)
2570 sc->sc_ifname, lp_next->lp_ifp->if_xname, i);
2571 lb->lb_ports[i++] = lp_next;