Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
427
static void
428
lagg_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
435
static void
436
lagg_proto_stop(struct lagg_softc *sc)
Callers
1
lagg_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected