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

/freebsd-10.2-release/sys/net/
H A Dieee8023ad_lacp.c95 static void lacp_suppress_distributing(struct lacp_softc *,
98 static void lacp_update_portmap(struct lacp_softc *);
99 static void lacp_select_active_aggregator(struct lacp_softc *);
114 static struct lacp_aggregator *lacp_aggregator_get(struct lacp_softc *,
116 static void lacp_aggregator_addref(struct lacp_softc *,
118 static void lacp_aggregator_delref(struct lacp_softc *,
256 struct lacp_softc *lsc = lp->lp_lsc;
447 struct lacp_softc *lsc = lp->lp_lsc;
491 struct lacp_softc *lsc = arg;
512 struct lacp_softc *ls
[all...]
H A Dieee8023ad_lacp.h205 struct lacp_softc *lp_lsc;
236 struct lacp_softc { struct
274 #define LACP_SOFTC(_sc) ((struct lacp_softc *)(_sc)->sc_psc)
299 struct lacp_softc *lsc = lp->lp_lsc;

Completed in 49 milliseconds