Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c198 struct user_ent { struct
199 struct user_ent *next; argument
207 struct user_ent *user_ent_hash[USER_ENT_HASH_SIZE]; argument
218 struct user_ent *p, **pp; in user_ent_add()
222 p = malloc(sizeof(struct user_ent) + str_len); in user_ent_add()
307 struct user_ent *p; in find_users()