Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c201 struct callout vxl_callout; member
1744 callout_reset(&sc->vxl_callout, vxlan_ftable_prune_period * hz, in vxlan_init()
1803 callout_stop(&sc->vxl_callout); in vxlan_teardown_locked()
1827 callout_drain(&sc->vxl_callout); in vxlan_teardown_locked()
1882 callout_schedule(&sc->vxl_callout, vxlan_ftable_prune_period * hz); in vxlan_timer()
3187 callout_init_rw(&sc->vxl_callout, &sc->vxl_lock, 0); in vxlan_clone_create()