Searched refs:lendpp (Results 1 – 1 of 1) sorted by relevance
241 static void list_end(ipqos_list_el_t **listp, ipqos_list_el_t ***lendpp);3836 ipqos_list_el_t ***lendpp) in list_end() argument3838 *lendpp = listp; in list_end()3839 while (**lendpp != NULL) { in list_end()3840 *lendpp = &(**lendpp)->next; in list_end()