HomeSort by: relevance | last modified time | path
    Searched refs:sc_iftop (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/agr/
if_agrmonitor.c 77 if (sc->sc_iftop->iftop_portstate)
78 (*sc->sc_iftop->iftop_portstate)(port);
if_agrtimer.c 95 const struct agr_iftype_ops *iftop = sc->sc_iftop;
116 (*sc->sc_iftop->iftop_porttick)(sc, port);
if_agr.c 353 return (*sc->sc_iftop->iftop_select_tx_port)(sc, m);
363 hash = (*sc->sc_iftop->iftop_hashmbuf)(sc, m);
576 sc->sc_iftop = &agrether_ops;
584 error = (*sc->sc_iftop->iftop_ctor)(sc, ifp_port);
638 error = (*sc->sc_iftop->iftop_portinit)(sc, port);
645 error = (*sc->sc_iftop->iftop_configmulti_port)(sc, port, true);
672 (*sc->sc_iftop->iftop_dtor)(sc);
673 sc->sc_iftop = NULL;
706 error = (*sc->sc_iftop->iftop_portfini)(sc, port);
713 error = (*sc->sc_iftop->iftop_configmulti_port)(sc, port, false)
    [all...]
if_agrvar_impl.h 121 const struct agr_iftype_ops *sc_iftop; member in struct:agr_softc
ieee8023ad_lacp.c 523 hash = (*sc->sc_iftop->iftop_hashmbuf)(sc, m);

Completed in 13 milliseconds