Searched refs:win_netmap_fd_list_head (Results 1 – 1 of 1) sorted by relevance
401 static struct win_netmap_fd_list *win_netmap_fd_list_head; variable408 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) { in win_insert_fd_record()414 curr->next = win_netmap_fd_list_head; in win_insert_fd_record()417 win_netmap_fd_list_head = curr; in win_insert_fd_record()423 struct win_netmap_fd_list *curr = win_netmap_fd_list_head; in win_remove_fd_record()430 win_netmap_fd_list_head = curr->next; in win_remove_fd_record()445 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) { in win_get_netmap_handle()