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

/freebsd-10.3-release/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) {
556 LIST_INSERT_HEAD(&lsc->lsc_ports, lp, lp_next);
776 LIST_INIT(&lsc->lsc_ports);
876 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
1889 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 114 milliseconds