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

Function bridge_ioctl_spri

freebsd/net/if_bridge.c:1572–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1570}
1571
1572static int
1573bridge_ioctl_spri(struct bridge_softc *sc, void *arg)
1574{
1575 struct ifbrparam *param = arg;
1576
1577 return (bstp_set_priority(&sc->sc_stp, param->ifbrp_prio));
1578}
1579
1580static int
1581bridge_ioctl_ght(struct bridge_softc *sc, void *arg)

Callers

nothing calls this directly

Calls 1

bstp_set_priorityFunction · 0.85

Tested by

no test coverage detected