Searched refs:ptemp_list (Results 1 – 1 of 1) sorted by relevance
262 static int do_packet_read(char *data, struct list_head *ptemp_list, in do_packet_read() argument270 newpacket = list_entry(ptemp_list, struct packet_data, list); in do_packet_read()298 struct list_head *ptemp_list; in packet_read_list() local312 ptemp_list = (&packet_data_head.list)->next; in packet_read_list()313 while (!list_empty(ptemp_list)) { in packet_read_list()314 bytes_copied = do_packet_read(pdest, ptemp_list, in packet_read_list()326 ptemp_list = ptemp_list->next; in packet_read_list()336 struct list_head *ptemp_list; in packet_empty_list() local340 ptemp_list = (&packet_data_head.list)->next; in packet_empty_list()341 while (!list_empty(ptemp_list)) { in packet_empty_list()[all …]