Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h96 #define VIFF_TUNNEL 0x1 /* vif represents a tunnel end-point */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c664 if (!(vifp->v_flags & (VIFF_TUNNEL | VIFF_REGISTER))) { in ip_mrouter_done()
911 if (vifcp->vifc_flags & VIFF_TUNNEL) { in add_vif()
1029 (vifcp->vifc_flags & VIFF_TUNNEL) ? "rmtaddr" : "mask", in add_vif()
1127 if (!(vifp->v_flags & (VIFF_TUNNEL | VIFF_REGISTER))) { in del_vif()
2000 if ((vifp)->v_flags & VIFF_TUNNEL) \ in ip_mdq()
2077 !(ipst->ips_vifs[vifi].v_flags & VIFF_TUNNEL)) { in ip_mdq()
2677 if (vifp->v_flags & VIFF_TUNNEL) in ip_mroute_decap()
3111 if (vifp->v_flags & VIFF_TUNNEL) { in tbf_send_packet()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c6675 (vip->vifc_flags & VIFF_TUNNEL) ? in mrt_report()