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

Function lagg_proto_init

freebsd/net/if_lagg.c:427–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427static void
428lagg_proto_init(struct lagg_softc *sc)
429{
430
431 if (lagg_protos[sc->sc_proto].pr_init != NULL)
432 lagg_protos[sc->sc_proto].pr_init(sc);
433}
434
435static void
436lagg_proto_stop(struct lagg_softc *sc)

Callers 1

lagg_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected