Lines Matching defs:table

37 #include <ipp/ipgpc/table.h>
46 kmutex_t ipgpc_table_list_lock; /* table list lock */
50 table_id_t ipgpc_table_list[NUM_TABLES]; /* list of all table ids */
51 ba_table_id_t ipgpc_ds_table_id; /* DiffServ field table id */
80 static ht_node_t proto_table[TABLE_SIZE]; /* protocol table */
81 static ht_node_t uid_table[TABLE_SIZE]; /* IPGPC_UID table */
82 static ht_node_t projid_table[TABLE_SIZE]; /* IPGPC_PROJID table */
83 static ht_node_t if_table[TABLE_SIZE]; /* Interface ID table */
84 static ht_node_t dir_table[TABLE_SIZE]; /* packet direction table */
239 insert_ipgpc_table_list_info(int table_id, hash_table table, int wildcard,
242 ipgpc_table_list[table_id].table = table;
469 * looks up name and instance in filter id table
508 return (ENOENT); /* name does not exist in table */
511 return (ENOENT); /* name does not exist in table */
517 return (EEXIST); /* name exists in table */
525 * looks up name in class id table
562 return (ENOENT); /* name does not exist in table */
565 return (ENOENT); /* name does not exist in table */
569 return (ENOENT); /* name does not exist in table */
571 return (EEXIST); /* name exists in table */
981 /* start table inserts */
1013 /* end table inserts */
1387 /* remove id from DiffServ field ba table */
1393 /* start table removes */
1395 /* remove id from protocol table */
1398 /* remove id from UID table */
1400 /* remove id from PROJID table */
1403 /* remove id from interface id table */
1406 /* remove id from direction table */
1410 /* end table removes */
2516 } else if (in_id >= TABLE_ID_OFFSET) { /* table to search */
2579 * inserts id into table and applies mask to match_map