Home
last modified time | relevance | path

Searched refs:ht_match_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.h103 extern int ipgpc_findfilters(int, int, ht_match_t *);
104 extern int ipgpc_findfilters6(int, in6_addr_t, ht_match_t *);
105 extern int ipgpc_mark_found(uint16_t, linked_list, ht_match_t *);
H A Dclassifier.c64 static int common_classify(ipgpc_packet_t *, ht_match_t *, uint16_t *);
66 static int bestmatch(ht_match_t *, uint16_t);
76 common_classify(ipgpc_packet_t *packet, ht_match_t *fid_table, in common_classify()
230 ht_match_t fid_table[HASH_SIZE]; in ipgpc_classify()
231 ht_match_t *p, *q; in ipgpc_classify()
247 bzero(fid_table, sizeof (ht_match_t) * HASH_SIZE); in ipgpc_classify()
364 bestmatch(ht_match_t *fid_table, uint16_t bestmask) in bestmatch()
373 ht_match_t *item; in bestmatch()
H A Dtrie.h85 extern int t_retrieve(trie_id_t *, uint32_t, ht_match_t *);
86 extern int t_retrieve6(trie_id_t *, in6_addr_t, ht_match_t *);
H A Dtable.h42 extern int ht_retrieve(table_id_t *, int, ht_match_t *);
H A Dba_table.h42 extern int ba_retrieve(ba_table_id_t *, uint8_t, ht_match_t *);
H A Dba_table.c82 ba_retrieve(ba_table_id_t *bataid, uint8_t value, ht_match_t *fid_table) in ba_retrieve()
H A Dfilters.c113 static int ht_match_insert(ht_match_t *, int, uint16_t);
390 sizeof (ht_match_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in ipgpc_initialize()
2500 ipgpc_findfilters(int in_id, int key, ht_match_t *fid_table) in ipgpc_findfilters()
2555 ipgpc_findfilters6(int in_id, in6_addr_t key, ht_match_t *fid_table) in ipgpc_findfilters6()
2583 ht_match_insert(ht_match_t *a, int id, uint16_t mask) in ht_match_insert()
2586 ht_match_t *p = NULL; in ht_match_insert()
2634 ipgpc_mark_found(uint16_t mask, linked_list list, ht_match_t *fid_table) in ipgpc_mark_found()
H A Dclassifier-objects.h284 } ht_match_t; typedef
H A Dtable.c153 ht_retrieve(table_id_t *taid, int key, ht_match_t *fid_table) in ht_retrieve()
H A Dtrie.c700 t_retrieve(trie_id_t *tid, uint32_t key, ht_match_t *fid_table) in t_retrieve()
777 t_retrieve6(trie_id_t *tid, in6_addr_t key, ht_match_t *fid_table) in t_retrieve6()