Searched refs:lendpp (Results 1 – 1 of 1) sorted by relevance
239 static void list_end(ipqos_list_el_t **listp, ipqos_list_el_t ***lendpp);3831 ipqos_list_el_t ***lendpp) in list_end() argument3833 *lendpp = listp; in list_end()3834 while (**lendpp != NULL) { in list_end()3835 *lendpp = &(**lendpp)->next; in list_end()