Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c346 struct user_ent { struct
347 struct user_ent *next; argument
357 struct user_ent *user_ent_hash[USER_ENT_HASH_SIZE]; argument
371 struct user_ent *p, **pp; in user_ent_add()
373 p = malloc(sizeof(struct user_ent)); in user_ent_add()
393 struct user_ent *p, *p_next; in user_ent_destroy()
522 struct user_ent *p; in find_entry()