| 1624 | } |
| 1625 | |
| 1626 | static int |
| 1627 | bridge_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 | |
| 1634 | static int |
| 1635 | bridge_ioctl_sifprio(struct bridge_softc *sc, void *arg) |
nothing calls this directly
no test coverage detected