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

Function vxlan_init_complete

freebsd/net/if_vxlan.c:1698–1706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696}
1697
1698static void
1699vxlan_init_complete(struct vxlan_softc *sc)
1700{
1701
1702 VXLAN_WLOCK(sc);
1703 sc->vxl_flags &= ~VXLAN_FLAG_INIT;
1704 wakeup(sc);
1705 VXLAN_WUNLOCK(sc);
1706}
1707
1708static void
1709vxlan_init(void *xsc)

Callers 1

vxlan_initFunction · 0.85

Calls 1

wakeupFunction · 0.50

Tested by

no test coverage detected