Searched refs:ht_match_t (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/ipp/ipgpc/ |
H A D | filters.h | 105 extern int ipgpc_findfilters(int, int, ht_match_t *); 106 extern int ipgpc_findfilters6(int, in6_addr_t, ht_match_t *); 107 extern int ipgpc_mark_found(uint16_t, linked_list, ht_match_t *);
|
H A D | classifier.c | 64 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 D | trie.h | 87 extern int t_retrieve(trie_id_t *, uint32_t, ht_match_t *); 88 extern int t_retrieve6(trie_id_t *, in6_addr_t, ht_match_t *);
|
H A D | table.h | 44 extern int ht_retrieve(table_id_t *, int, ht_match_t *);
|
H A D | ba_table.h | 44 extern int ba_retrieve(ba_table_id_t *, uint8_t, ht_match_t *);
|
H A D | ba_table.c | 84 ba_retrieve(ba_table_id_t *bataid, uint8_t value, ht_match_t *fid_table) in ba_retrieve()
|
H A D | classifier-objects.h | 284 } ht_match_t; typedef
|
H A D | filters.c | 113 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 D | table.c | 155 ht_retrieve(table_id_t *taid, int key, ht_match_t *fid_table) in ht_retrieve()
|
H A D | trie.c | 702 t_retrieve(trie_id_t *tid, uint32_t key, ht_match_t *fid_table) in t_retrieve() 779 t_retrieve6(trie_id_t *tid, in6_addr_t key, ht_match_t *fid_table) in t_retrieve6()
|