Home
last modified time | relevance | path

Searched refs:ht_node_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtable.c59 ht_node_t *p; in ht_insert()
127 ht_node_t *p = NULL; in ht_search()
200 ht_node_t *p; in ht_remove()
201 ht_node_t *t; in ht_remove()
H A Dclassifier-objects.h186 } ht_node_t; typedef
H A Dfilters.c80 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 */
388 sizeof (ht_node_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in ipgpc_initialize()