Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_lagg.c1511 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) in lagg_ioctl()
1518 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) in lagg_ioctl()
2216 struct lagg_port *lp_next, *rval = NULL; in lagg_link_active() local
2238 LAGG_PORTACTIVE(lp_next)) { in lagg_link_active()
2239 rval = lp_next; in lagg_link_active()
2245 if (LAGG_PORTACTIVE(lp_next)) { in lagg_link_active()
2246 return (lp_next); in lagg_link_active()
2462 struct lagg_port *lp_next; in lagg_lb_porttable() local
2469 if (lp_next == lp) in lagg_lb_porttable()
2477 sc->sc_ifname, lp_next->lp_ifp->if_xname, i); in lagg_lb_porttable()
[all …]
H A Dieee8023ad_lacp.h214 LIST_ENTRY(lacp_port) lp_next;
H A Dieee8023ad_lacp.c512 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()
920 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) { in lacp_suppress_distributing()
2025 LIST_FOREACH(lp2, &lsc->lsc_ports, lp_next) { in lacp_marker_input()