Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c74 #define IS_IPV6_TUN(name) (strcmp((name), "ip6.tun") == 0) macro
77 IS_IPV4_TUN(name) || IS_IPV6_TUN(name) || IS_6TO4_TUN(name))
1724 } else if (IS_IPV6_TUN(drvname)) { in i_dls_devnet_create_iptun()