MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lacp_init

Function lacp_init

freebsd/net/ieee8023ad_lacp.c:813–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813void
814lacp_init(struct lagg_softc *sc)
815{
816 struct lacp_softc *lsc = LACP_SOFTC(sc);
817
818 LACP_LOCK(lsc);
819 callout_reset(&lsc->lsc_callout, hz, lacp_tick, lsc);
820 LACP_UNLOCK(lsc);
821}
822
823void
824lacp_stop(struct lagg_softc *sc)

Callers 1

lacp_attachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected