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

/freebsd-10-stable/sys/net/
H A Dieee8023ad_lacp.h245 LIST_HEAD(, lacp_port) lsc_ports; member in struct:lacp_softc
H A Dieee8023ad_lacp.c499 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
553 LIST_INSERT_HEAD(&lsc->lsc_ports, lp, lp_next);
771 LIST_INIT(&lsc->lsc_ports);
871 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
1888 LIST_FOREACH(lp2, &lsc->lsc_ports, lp_next) {
H A Dif_lagg.c1194 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next)
1201 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next)

Completed in 63 milliseconds