Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h283 uint16_t match_map; /* match map for this id */ member
H A Dfilters.c2590 a[x].match_map |= mask; in ht_match_insert()
2600 a[x].next->match_map = mask; in ht_match_insert()
2606 p->match_map |= mask; in ht_match_insert()
2618 p->match_map = mask; in ht_match_insert()
H A Dclassifier.c416 if (item->match_map != ipgpc_fid_list[key].insert_map) { in bestmatch()