Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dtrunklacp.h245 struct lacp_softc { struct
246 struct trunk_softc *lsc_softc;
247 struct lacp_aggregator *lsc_active_aggregator;
249 int lsc_suppress_distributing;
250 struct timeout lsc_transit_callout;
251 struct timeout lsc_callout;
253 struct lacp_portmap lsc_pmap[2];
254 volatile u_int lsc_activemap;
255 SIPHASH_KEY lsc_hashkey;
256 struct task lsc_input;
[all …]