Searched refs:fid_table (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c70 * common_classify(packet, fid_table, slctrs_srchd)
76 common_classify(ipgpc_packet_t *packet, ht_match_t *fid_table, argument
83 ipgpc_findfilters(IPGPC_TABLE_DIR, packet->direction, fid_table);
91 ipgpc_findfilters(IPGPC_TABLE_IF, packet->if_index, fid_table);
99 ipgpc_findfilters(IPGPC_BA_DSID, packet->dsfield, fid_table);
107 ipgpc_findfilters(IPGPC_TABLE_UID, packet->uid, fid_table);
115 ipgpc_findfilters(IPGPC_TABLE_PROJID, packet->projid, fid_table);
124 packet->proto, fid_table);
138 packet->sport, fid_table);
152 packet->dport, fid_table);
230 ht_match_t fid_table[HASH_SIZE]; local
364 bestmatch(ht_match_t *fid_table, uint16_t bestmask) argument
[all...]
H A Dba_table.c75 * ba_retrieve(bataid, value, fid_table)
80 * Each filter id that is matched, is inserted into fid_table
84 ba_retrieve(ba_table_id_t *bataid, uint8_t value, ht_match_t *fid_table) argument
99 filter_list, fid_table)) == -1) {
115 fid_table)) == -1) {
H A Dtable.c147 * ht_retrieve(taid, key, fid_table)
150 * into the fid_table
155 ht_retrieve(table_id_t *taid, int key, ht_match_t *fid_table) argument
168 alist, fid_table)) == -1) {
H A Dtrie.c688 * t_retrieve(tid, key, fid_table)
692 * is inserted into the fid_table
694 * into the fid_table
702 t_retrieve(trie_id_t *tid, uint32_t key, ht_match_t *fid_table) argument
738 c_node->elements, fid_table)) == -1) {
763 fid_table)) == -1) {
774 * t_retrieve6(tid, key, fid_table)
779 t_retrieve6(trie_id_t *tid, in6_addr_t key, ht_match_t *fid_table) argument
824 c_node->elements, fid_table)) == -1) {
H A Dfilters.c2488 * ipgpc_findfilters(in_id, key, fid_table)
2500 ipgpc_findfilters(int in_id, int key, ht_match_t *fid_table) argument
2510 fid_table);
2523 num_found = ht_retrieve(taid, key, fid_table);
2536 num_found = t_retrieve(tid, key, fid_table);
2550 * ipgpc_findfilters6(in_id, key, fid_table)
2555 ipgpc_findfilters6(int in_id, in6_addr_t key, ht_match_t *fid_table) argument
2565 num_found = t_retrieve6(tid, key, fid_table);
2626 * ipgpc_mark_found(mask, list, fid_table)
2629 * the ids are inserted (or updated) in the fid_table t
2634 ipgpc_mark_found(uint16_t mask, linked_list list, ht_match_t *fid_table) argument
[all...]

Completed in 77 milliseconds