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

Function vxlan_sysctl_destroy

freebsd/net/if_vxlan.c:3537–3543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3535}
3536
3537static void
3538vxlan_sysctl_destroy(struct vxlan_softc *sc)
3539{
3540
3541 sysctl_ctx_free(&sc->vxl_sysctl_ctx);
3542 sc->vxl_sysctl_node = NULL;
3543}
3544
3545static int
3546vxlan_tunable_int(struct vxlan_softc *sc, const char *knob, int def)

Callers 1

vxlan_clone_destroyFunction · 0.85

Calls 1

sysctl_ctx_freeFunction · 0.85

Tested by

no test coverage detected