Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c457 static int vxlan_ftable_prune_period = VXLAN_FTABLE_PRUNE; variable
1744 callout_reset(&sc->vxl_callout, vxlan_ftable_prune_period * hz, in vxlan_init()
1882 callout_schedule(&sc->vxl_callout, vxlan_ftable_prune_period * hz); in vxlan_timer()