Searched refs:win_netmap_fd_list_head (Results 1 – 1 of 1) sorted by relevance
392 static struct win_netmap_fd_list *win_netmap_fd_list_head; variable399 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) { in win_insert_fd_record()405 curr->next = win_netmap_fd_list_head; in win_insert_fd_record()408 win_netmap_fd_list_head = curr; in win_insert_fd_record()414 struct win_netmap_fd_list *curr = win_netmap_fd_list_head; in win_remove_fd_record()421 win_netmap_fd_list_head = curr->next; in win_remove_fd_record()436 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) { in win_get_netmap_handle()