Searched defs:lacp_softc (Results 1 – 1 of 1) sorted by relevance
237 struct lacp_softc { struct238 struct lagg_softc *lsc_softc;239 struct lock lsc_lock;240 struct lacp_aggregator *lsc_active_aggregator;242 boolean_t lsc_suppress_distributing;243 struct callout lsc_transit_callout;244 struct callout lsc_callout;246 struct lacp_portmap lsc_pmap[2];247 volatile u_int lsc_activemap;248 u_int32_t lsc_hashkey;[all …]