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

/freebsd-13-stable/sys/net/
H A Dif_lagg.c170 static struct lagg_port *lagg_link_active(struct lagg_softc *,
1188 if (lp == lagg_link_active(sc, sc->sc_primary))
1233 lp = lagg_link_active(sc, sc->sc_primary);
1770 return (lagg_link_active(sc, sc->sc_primary));
1779 return (lagg_link_active(sc, lp));
2225 lagg_link_active(struct lagg_softc *sc, struct lagg_port *lp) function
2314 if ((lp = lagg_link_active(sc, lp)) == NULL) {
2371 if ((last = lagg_link_active(sc, last)) == NULL) {
2404 if ((lp = lagg_link_active(sc, sc->sc_primary)) == NULL) {
2426 tmp_tp = lagg_link_active(s
[all...]

Completed in 113 milliseconds