Searched defs:append_alloted (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxc_user_nic.c206 static struct alloted_s *append_alloted(struct alloted_s **head, char *name, int n) function
315 * If append_alloted returns NULL, e.g. due to a malloc error,
319 if (!append_alloted(alloted, name, n)) {

Completed in 8 milliseconds