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

Function bridge_ioctl_scache

freebsd/net/if_bridge.c:1366–1375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364}
1365
1366static int
1367bridge_ioctl_scache(struct bridge_softc *sc, void *arg)
1368{
1369 struct ifbrparam *param = arg;
1370
1371 sc->sc_brtmax = param->ifbrp_csize;
1372 bridge_rttrim(sc);
1373
1374 return (0);
1375}
1376
1377static int
1378bridge_ioctl_gcache(struct bridge_softc *sc, void *arg)

Callers

nothing calls this directly

Calls 1

bridge_rttrimFunction · 0.85

Tested by

no test coverage detected