Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1698
static void
1699
vxlan_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
1708
static void
1709
vxlan_init(void *xsc)
Callers
1
vxlan_init
Function · 0.85
Calls
1
wakeup
Function · 0.50
Tested by
no test coverage detected