Searched refs:list_tl (Results 1 – 1 of 1) sorted by relevance
73 PKT_LIST *list_tl, *list_hd; variable212 list_hd = list_tl = NULL; in flush_list()222 if (list_hd == list_tl) { in remove_list()223 list_hd = list_tl = NULL; in remove_list()227 } else if (list_tl == pl) { in remove_list()228 list_tl = list_tl->prev; in remove_list()229 list_tl->next = NULL; in remove_list()275 list_hd = list_tl = pl; in bootp_collect()278 list_tl->next = pl; in bootp_collect()279 pl->prev = list_tl; in bootp_collect()[all …]