Searched refs:lp_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_lagg.c1194 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next)
1201 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next)
1627 struct lagg_port *lp_next, *rval = NULL; local
1641 if ((lp_next = SLIST_NEXT(lp, lp_entries)) != NULL &&
1642 LAGG_PORTACTIVE(lp_next)) {
1643 rval = lp_next;
1648 SLIST_FOREACH(lp_next, &sc->sc_ports, lp_entries) {
1649 if (LAGG_PORTACTIVE(lp_next)) {
1650 rval = lp_next;
1954 struct lagg_port *lp_next; local
[all...]
H A Dieee8023ad_lacp.h205 LIST_ENTRY(lacp_port) lp_next; member in struct:lacp_port
H A Dieee8023ad_lacp.c499 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
553 LIST_INSERT_HEAD(&lsc->lsc_ports, lp, lp_next);
582 LIST_REMOVE(lp, lp_next);
871 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
1888 LIST_FOREACH(lp2, &lsc->lsc_ports, lp_next) {

Completed in 101 milliseconds