Home
last modified time | relevance | path

Searched defs:lacp_softc (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dieee8023ad_lacp.h246 struct lacp_softc { struct
247 struct lagg_softc *lsc_softc;
248 struct mtx lsc_mtx;
252 struct callout lsc_transit_callout;
253 struct callout lsc_callout;
255 struct lacp_portmap lsc_pmap[2];
256 volatile u_int lsc_activemap;
257 u_int32_t lsc_hashkey;
258 struct {
261 } lsc_debug;
[all …]