Searched refs:win_netmap_fd_list_head (Results 1 – 1 of 1) sorted by relevance
412 static struct win_netmap_fd_list *win_netmap_fd_list_head; variable419 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) { in win_insert_fd_record()425 curr->next = win_netmap_fd_list_head; in win_insert_fd_record()428 win_netmap_fd_list_head = curr; in win_insert_fd_record()434 struct win_netmap_fd_list *curr = win_netmap_fd_list_head; in win_remove_fd_record()441 win_netmap_fd_list_head = curr->next; in win_remove_fd_record()456 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) { in win_get_netmap_handle()