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

Function bridge_ioctl_flush

freebsd/net/if_bridge.c:1550–1560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550static int
1551bridge_ioctl_flush(struct bridge_softc *sc, void *arg)
1552{
1553 struct ifbreq *req = arg;
1554
1555 BRIDGE_RT_LOCK(sc);
1556 bridge_rtflush(sc, req->ifbr_ifsflags);
1557 BRIDGE_RT_UNLOCK(sc);
1558
1559 return (0);
1560}
1561
1562static int
1563bridge_ioctl_gpri(struct bridge_softc *sc, void *arg)

Callers

nothing calls this directly

Calls 1

bridge_rtflushFunction · 0.85

Tested by

no test coverage detected