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

Function bridge_ioctl_sma

freebsd/net/if_bridge.c:1626–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1624}
1625
1626static int
1627bridge_ioctl_sma(struct bridge_softc *sc, void *arg)
1628{
1629 struct ifbrparam *param = arg;
1630
1631 return (bstp_set_maxage(&sc->sc_stp, param->ifbrp_maxage));
1632}
1633
1634static int
1635bridge_ioctl_sifprio(struct bridge_softc *sc, void *arg)

Callers

nothing calls this directly

Calls 1

bstp_set_maxageFunction · 0.85

Tested by

no test coverage detected