Searched defs:taid (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | table.c | 50 * ht_insert(taid, id, key) 53 * if key == taid->wildcard, the key is inserted as a wildcard 58 ht_insert(table_id_t *taid, key_t id, int key) argument 62 hash_table table = taid->table; 65 if (key == taid->wildcard) { 67 ++taid->stats.num_dontcare; 95 if (taid->info.dontcareonly == B_TRUE) { 96 taid->info.dontcareonly = B_FALSE; 112 ++taid->stats.num_inserted; 113 if (taid 155 ht_retrieve(table_id_t *taid, int key, ht_match_t *fid_table) argument 183 remove_num_inserted(table_id_t *taid) argument 198 ht_remove(table_id_t *taid, key_t id, int key) argument [all...] |
H A D | filters.c | 2517 table_id_t *taid = &ipgpc_table_list[in_id - TABLE_ID_OFFSET]; local 2519 if (taid->info.dontcareonly == B_TRUE) { 2523 num_found = ht_retrieve(taid, key, fid_table); 2525 if ((num_found == 0) && (taid->stats.num_dontcare == 0)) {
|
Completed in 63 milliseconds