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