Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c661 ALL_ZONES, NULL, MATCH_IRE_SHORTERMASK, ipst); in ire_flush_cache_v6()
671 NULL, ALL_ZONES, NULL, MATCH_IRE_SHORTERMASK, ipst); in ire_flush_cache_v6()
1059 if (flags & MATCH_IRE_SHORTERMASK) { in ire_ftable_lookup_impl_v6()
H A Dip_ftable.c680 ASSERT((margs->ift_flags & MATCH_IRE_SHORTERMASK) == 0); in ire_find_best_route()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_ire.h87 #define MATCH_IRE_SHORTERMASK 0x0004 /* A mask shorter than the argument */ macro