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

/openbsd-current/sys/net/
H A Dtrunklacp.c83 void lacp_default_partner(struct lacp_softc *,
90 void lacp_suppress_distributing(struct lacp_softc *,
93 void lacp_update_portmap(struct lacp_softc *);
94 void lacp_select_active_aggregator(struct lacp_softc *);
109 struct lacp_aggregator *lacp_aggregator_get(struct lacp_softc *,
111 void lacp_aggregator_addref(struct lacp_softc *,
113 void lacp_aggregator_delref(struct lacp_softc *,
196 lacp_default_partner(struct lacp_softc *lsc, struct lacp_peerinfo *peer)
209 struct lacp_softc *lsc = lp->lp_lsc;
248 struct lacp_softc *ls
[all...]
H A Dtrunklacp.h206 struct lacp_softc *lp_lsc;
245 struct lacp_softc { struct
284 #define LACP_SOFTC(_sc) ((struct lacp_softc *)(_sc)->tr_psc)
H A Dif_trunk.c620 struct lacp_softc *lsc;

Completed in 95 milliseconds