Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c380 struct user_ent { struct
381 struct user_ent *next; argument
391 struct user_ent *user_ent_hash[USER_ENT_HASH_SIZE]; argument
405 struct user_ent *p, **pp; in user_ent_add()
407 p = malloc(sizeof(struct user_ent)); in user_ent_add()
427 struct user_ent *p, *p_next; in user_ent_destroy()
556 struct user_ent *p; in find_entry()