Searched refs:vxl_callout (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c176 struct callout vxl_callout; member in struct:vxlan_softc
1654 callout_reset(&sc->vxl_callout, vxlan_ftable_prune_period * hz,
1708 callout_stop(&sc->vxl_callout);
1729 callout_drain(&sc->vxl_callout);
1781 callout_schedule(&sc->vxl_callout, vxlan_ftable_prune_period * hz);
2674 callout_init_rw(&sc->vxl_callout, &sc->vxl_lock, 0);

Completed in 97 milliseconds