Searched defs:lacp_softc (Results 1 – 1 of 1) sorted by relevance
245 struct lacp_softc { struct246 struct lagg_softc *lsc_softc;247 struct mtx lsc_mtx;248 struct lacp_aggregator *lsc_active_aggregator;250 boolean_t lsc_suppress_distributing;251 struct callout lsc_transit_callout;252 struct callout lsc_callout;254 struct lacp_portmap lsc_pmap[2];255 volatile u_int lsc_activemap;256 u_int32_t lsc_hashkey;[all …]