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

/external/iproute2/misc/
H A Dss.c200 struct user_ent { struct
201 struct user_ent *next;
209 struct user_ent *user_ent_hash[USER_ENT_HASH_SIZE];
220 struct user_ent *p, **pp;
224 p = malloc(sizeof(struct user_ent) + str_len);
315 struct user_ent *p;

Completed in 97 milliseconds