Searched refs:fid_table (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier.c | 76 common_classify(ipgpc_packet_t *packet, ht_match_t *fid_table, in common_classify() argument 83 ipgpc_findfilters(IPGPC_TABLE_DIR, packet->direction, fid_table); in common_classify() 91 ipgpc_findfilters(IPGPC_TABLE_IF, packet->if_index, fid_table); in common_classify() 99 ipgpc_findfilters(IPGPC_BA_DSID, packet->dsfield, fid_table); in common_classify() 107 ipgpc_findfilters(IPGPC_TABLE_UID, packet->uid, fid_table); in common_classify() 115 ipgpc_findfilters(IPGPC_TABLE_PROJID, packet->projid, fid_table); in common_classify() 124 packet->proto, fid_table); in common_classify() 138 packet->sport, fid_table); in common_classify() 152 packet->dport, fid_table); in common_classify() 198 #define FREE_FID_TABLE(fid_table, p, q, i) \ argument [all …]
|
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() argument 99 filter_list, fid_table)) == -1) { in ba_retrieve() 115 fid_table)) == -1) { in ba_retrieve()
|
H A D | trie.c | 702 t_retrieve(trie_id_t *tid, uint32_t key, ht_match_t *fid_table) in t_retrieve() argument 738 c_node->elements, fid_table)) == -1) { in t_retrieve() 763 fid_table)) == -1) { in t_retrieve() 779 t_retrieve6(trie_id_t *tid, in6_addr_t key, ht_match_t *fid_table) in t_retrieve6() argument 824 c_node->elements, fid_table)) == -1) { in t_retrieve6()
|
H A D | table.c | 155 ht_retrieve(table_id_t *taid, int key, ht_match_t *fid_table) in ht_retrieve() argument 168 alist, fid_table)) == -1) { in ht_retrieve()
|
H A D | filters.c | 2500 ipgpc_findfilters(int in_id, int key, ht_match_t *fid_table) in ipgpc_findfilters() argument 2510 fid_table); in ipgpc_findfilters() 2523 num_found = ht_retrieve(taid, key, fid_table); in ipgpc_findfilters() 2536 num_found = t_retrieve(tid, key, fid_table); in ipgpc_findfilters() 2555 ipgpc_findfilters6(int in_id, in6_addr_t key, ht_match_t *fid_table) in ipgpc_findfilters6() argument 2565 num_found = t_retrieve6(tid, key, fid_table); in ipgpc_findfilters6() 2634 ipgpc_mark_found(uint16_t mask, linked_list list, ht_match_t *fid_table) in ipgpc_mark_found() argument 2642 if (ht_match_insert(fid_table, tnode->id, mask) in ipgpc_mark_found()
|