Searched refs:sidtab_node (Results 1 – 3 of 3) sorted by relevance
35 s->htable = (struct sidtab_node **)avc_malloc in sidtab_init()36 (sizeof(struct sidtab_node *) * SIDTAB_SIZE); in sidtab_init()52 struct sidtab_node *newnode; in sidtab_insert()55 newnode = (struct sidtab_node *)avc_malloc(sizeof(*newnode)); in sidtab_insert()82 struct sidtab_node *cur; in sidtab_context_to_sid()107 struct sidtab_node *cur; in sidtab_sid_stats()135 struct sidtab_node *cur, *temp; in sidtab_destroy()
12 struct sidtab_node { struct14 struct sidtab_node *next; argument23 struct sidtab_node **htable;
19 typedef struct sidtab_node { struct22 struct sidtab_node *next; argument25 typedef struct sidtab_node *sidtab_ptr_t;