Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_vxlan.c400 static int vxlan_check_ttl(int);
2187 if (vxlan_check_ttl(cmd->vxlcmd_ttl) == 0) { in vxlan_ctrl_set_ttl()
3060 if (vxlan_check_ttl(vxlp->vxlp_ttl) == 0) in vxlan_set_user_config()
3519 vxlan_check_ttl(int ttl) in vxlan_check_ttl() function