Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_lagg.c1542 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) in lagg_ioctl()
1549 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) in lagg_ioctl()
2333 struct lagg_port *lp_next, *rval = NULL; in lagg_link_active() local
2354 if ((lp_next = CK_SLIST_NEXT(lp, lp_entries)) != NULL && in lagg_link_active()
2355 LAGG_PORTACTIVE(lp_next)) { in lagg_link_active()
2356 rval = lp_next; in lagg_link_active()
2361 CK_SLIST_FOREACH(lp_next, &sc->sc_ports, lp_entries) { in lagg_link_active()
2362 if (LAGG_PORTACTIVE(lp_next)) { in lagg_link_active()
2363 return (lp_next); in lagg_link_active()
2555 struct lagg_port *lp_next; in lagg_lb_porttable() local
[all …]
H A Dieee8023ad_lacp.h212 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()
917 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) { in lacp_suppress_distributing()
2036 LIST_FOREACH(lp2, &lsc->lsc_ports, lp_next) { in lacp_marker_input()