Searched refs:ptemp_list (Results 1 – 1 of 1) sorted by relevance
258 static int do_packet_read(char *data, struct list_head *ptemp_list, in do_packet_read() argument266 newpacket = list_entry(ptemp_list, struct packet_data, list); in do_packet_read()294 struct list_head *ptemp_list; in packet_read_list() local308 ptemp_list = (&packet_data_head.list)->next; in packet_read_list()309 while (!list_empty(ptemp_list)) { in packet_read_list()310 bytes_copied = do_packet_read(pdest, ptemp_list, in packet_read_list()322 ptemp_list = ptemp_list->next; in packet_read_list()332 struct list_head *ptemp_list; in packet_empty_list() local336 ptemp_list = (&packet_data_head.list)->next; in packet_empty_list()337 while (!list_empty(ptemp_list)) { in packet_empty_list()[all …]