Searched refs:lp_next (Results 1 – 3 of 3) sorted by relevance
| /src/sys/net/ |
| H A D | if_lagg.c | 1545 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) in lagg_ioctl() 1552 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) in lagg_ioctl() 2331 struct lagg_port *lp_next, *rval = NULL; in lagg_link_active() local 2352 if ((lp_next = CK_SLIST_NEXT(lp, lp_entries)) != NULL && in lagg_link_active() 2353 LAGG_PORTACTIVE(lp_next)) { in lagg_link_active() 2354 rval = lp_next; in lagg_link_active() 2359 CK_SLIST_FOREACH(lp_next, &sc->sc_ports, lp_entries) { in lagg_link_active() 2360 if (LAGG_PORTACTIVE(lp_next)) { in lagg_link_active() 2361 return (lp_next); in lagg_link_active() 2572 struct lagg_port *lp_next; in lagg_lb_porttable() local [all …]
|
| H A D | ieee8023ad_lacp.h | 212 LIST_ENTRY(lacp_port) lp_next;
|
| H A D | ieee8023ad_lacp.c | 512 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) { in lacp_tick() 563 LIST_INSERT_HEAD(&lsc->lsc_ports, lp, lp_next); in lacp_port_create() 592 LIST_REMOVE(lp, lp_next); in lacp_port_destroy() 917 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) { in lacp_suppress_distributing() 2062 LIST_FOREACH(lp2, &lsc->lsc_ports, lp_next) { in lacp_marker_input()
|