Searched refs:win_netmap_fd_list_head (Results 1 – 1 of 1) sorted by relevance
395 static struct win_netmap_fd_list *win_netmap_fd_list_head; variable402 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) { in win_insert_fd_record()408 curr->next = win_netmap_fd_list_head; in win_insert_fd_record()411 win_netmap_fd_list_head = curr; in win_insert_fd_record()417 struct win_netmap_fd_list *curr = win_netmap_fd_list_head; in win_remove_fd_record()424 win_netmap_fd_list_head = curr->next; in win_remove_fd_record()438 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) { in win_get_netmap_handle()