Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c399 static int vxlan_check_ttl(int);
2159 if (vxlan_check_ttl(cmd->vxlcmd_ttl) == 0) { in vxlan_ctrl_set_ttl()
3006 if (vxlan_check_ttl(vxlp->vxlp_ttl) == 0) in vxlan_set_user_config()
3464 vxlan_check_ttl(int ttl) in vxlan_check_ttl() function