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

Function lagg_proto_linkstate

freebsd/net/if_lagg.c:419–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419static void
420lagg_proto_linkstate(struct lagg_softc *sc, struct lagg_port *lp)
421{
422
423 if (lagg_protos[sc->sc_proto].pr_linkstate != NULL)
424 lagg_protos[sc->sc_proto].pr_linkstate(lp);
425}
426
427static void
428lagg_proto_init(struct lagg_softc *sc)

Callers 1

lagg_port_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected