Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c1127 if (ill != NULL && IS_VNI(ill)) { in ip_select_route()
1144 if (ill != NULL && IS_VNI(ill)) { in ip_select_route()
1201 if (ill != NULL && IS_VNI(ill)) { in ip_select_route()
H A Dip6_if.c437 if (IS_VNI(ipif->ipif_ill)) { in ip_rt_add_v6()
H A Dip_ndp.c3300 if (nce == NULL || IS_LOOPBACK(nce->nce_ill) || IS_VNI(nce->nce_ill)) in nce_fastpath_create()
3359 if (nce == NULL || IS_LOOPBACK(nce->nce_ill) || IS_VNI(nce->nce_ill)) in nce_fastpath()
H A Dconn_opt.c1237 if (IS_VNI(ipif->ipif_ill)) { in conn_opt_set_ip()
H A Dip_multi.c1772 if (IS_UNDER_IPMP(ill) || IS_VNI(ill)) { in ill_mcast_lookup()
H A Dip_if.c3924 if (IS_VNI(ill)) { in ip_xmit_ifindex_valid()
4437 if (IS_VNI(ill) || IS_UNDER_IPMP(ill) || in ipif_lookup_multicast()
5456 if (IS_VNI(ipif->ipif_ill)) { in ip_rt_add()
10347 if ((turn_off & IFF_NOXMIT) && IS_VNI(ipif->ipif_ill)) in ip_sioctl_flags()
12119 if (IS_VNI(ill)) { in ipif_allocate()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1468 #define IS_VNI(ill) \ macro
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1949 if (IS_VNI(ill)) { in udp_opt_set()