Home
last modified time | relevance | path

Searched refs:linked_list (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h154 typedef struct element_node_s *linked_list; typedef
167 linked_list elements; /* pointer to element list */
183 linked_list elements; /* elements stored at this node */
190 linked_list filter_list; /* list of filters */
196 linked_list masks; /* list of loaded masks */
255 linked_list filter_list; /* list of filters associated with class */
H A Dfilters.h84 extern int ipgpc_list_insert(linked_list *, key_t);
85 extern boolean_t ipgpc_list_remove(linked_list *, key_t);
105 extern int ipgpc_mark_found(uint16_t, linked_list, ht_match_t *);
H A Dtable.c33 static linked_list ht_search(hash_table, int);
123 static linked_list
156 linked_list alist = NULL; in ht_retrieve()
H A Dfilters.c1854 ipgpc_list_insert(linked_list *listpp, key_t id) in ipgpc_list_insert()
2634 ipgpc_mark_found(uint16_t mask, linked_list list, ht_match_t *fid_table) in ipgpc_mark_found()
2636 linked_list tnode = NULL; in ipgpc_mark_found()