Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c405 static int vxlan_tunable_int(struct vxlan_softc *, const char *, int);
2908 if (!vxlan_tunable_int(sc, "legacy_port", vxlan_legacy_port)) { in vxlan_set_default_config()
3546 vxlan_tunable_int(struct vxlan_softc *sc, const char *knob, int def) in vxlan_tunable_int() function