Symbol: ht_match_t
usr/src/uts/common/ipp/ipgpc/ba_table.c
82
ba_retrieve(ba_table_id_t *bataid, uint8_t value, ht_match_t *fid_table)
usr/src/uts/common/ipp/ipgpc/ba_table.h
42
extern int ba_retrieve(ba_table_id_t *, uint8_t, ht_match_t *);
usr/src/uts/common/ipp/ipgpc/classifier.c
230
ht_match_t fid_table[HASH_SIZE];
usr/src/uts/common/ipp/ipgpc/classifier.c
231
ht_match_t *p, *q;
usr/src/uts/common/ipp/ipgpc/classifier.c
247
bzero(fid_table, sizeof (ht_match_t) * HASH_SIZE);
usr/src/uts/common/ipp/ipgpc/classifier.c
364
bestmatch(ht_match_t *fid_table, uint16_t bestmask)
usr/src/uts/common/ipp/ipgpc/classifier.c
373
ht_match_t *item;
usr/src/uts/common/ipp/ipgpc/classifier.c
64
static int common_classify(ipgpc_packet_t *, ht_match_t *, uint16_t *);
usr/src/uts/common/ipp/ipgpc/classifier.c
66
static int bestmatch(ht_match_t *, uint16_t);
usr/src/uts/common/ipp/ipgpc/classifier.c
76
common_classify(ipgpc_packet_t *packet, ht_match_t *fid_table,
usr/src/uts/common/ipp/ipgpc/filters.c
113
static int ht_match_insert(ht_match_t *, int, uint16_t);
usr/src/uts/common/ipp/ipgpc/filters.c
2500
ipgpc_findfilters(int in_id, int key, ht_match_t *fid_table)
usr/src/uts/common/ipp/ipgpc/filters.c
2555
ipgpc_findfilters6(int in_id, in6_addr_t key, ht_match_t *fid_table)
usr/src/uts/common/ipp/ipgpc/filters.c
2583
ht_match_insert(ht_match_t *a, int id, uint16_t mask)
usr/src/uts/common/ipp/ipgpc/filters.c
2586
ht_match_t *p = NULL;
usr/src/uts/common/ipp/ipgpc/filters.c
2634
ipgpc_mark_found(uint16_t mask, linked_list list, ht_match_t *fid_table)
usr/src/uts/common/ipp/ipgpc/filters.c
390
sizeof (ht_match_t), 0, NULL, NULL, NULL, NULL, NULL, 0);
usr/src/uts/common/ipp/ipgpc/filters.h
103
extern int ipgpc_findfilters(int, int, ht_match_t *);
usr/src/uts/common/ipp/ipgpc/filters.h
104
extern int ipgpc_findfilters6(int, in6_addr_t, ht_match_t *);
usr/src/uts/common/ipp/ipgpc/filters.h
105
extern int ipgpc_mark_found(uint16_t, linked_list, ht_match_t *);
usr/src/uts/common/ipp/ipgpc/table.c
153
ht_retrieve(table_id_t *taid, int key, ht_match_t *fid_table)
usr/src/uts/common/ipp/ipgpc/table.h
42
extern int ht_retrieve(table_id_t *, int, ht_match_t *);
usr/src/uts/common/ipp/ipgpc/trie.c
700
t_retrieve(trie_id_t *tid, uint32_t key, ht_match_t *fid_table)
usr/src/uts/common/ipp/ipgpc/trie.c
777
t_retrieve6(trie_id_t *tid, in6_addr_t key, ht_match_t *fid_table)
usr/src/uts/common/ipp/ipgpc/trie.h
85
extern int t_retrieve(trie_id_t *, uint32_t, ht_match_t *);
usr/src/uts/common/ipp/ipgpc/trie.h
86
extern int t_retrieve6(trie_id_t *, in6_addr_t, ht_match_t *);