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

Function lagg_lb_port_create

freebsd/net/if_lagg.c:2484–2489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2482}
2483
2484static int
2485lagg_lb_port_create(struct lagg_port *lp)
2486{
2487 struct lagg_softc *sc = lp->lp_softc;
2488 return (lagg_lb_porttable(sc, NULL));
2489}
2490
2491static void
2492lagg_lb_port_destroy(struct lagg_port *lp)

Callers 1

lagg_lb_attachFunction · 0.85

Calls 1

lagg_lb_porttableFunction · 0.85

Tested by

no test coverage detected