Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c1460 rt = IRB2RT(irb); in irb_inactive()
1796 struct rt_entry *rt = IRB2RT(irb); in ire_flush_cache_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1292 #define IRB2RT(irb) (rt_t *)((caddr_t)(irb) - offsetof(rt_t, rt_irb)) macro