Searched refs:win_netmap_fd_list_head (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/net/
H A Dnetmap_user.h412 static struct win_netmap_fd_list *win_netmap_fd_list_head; variable in typeref:struct:win_netmap_fd_list
419 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) {
425 curr->next = win_netmap_fd_list_head;
428 win_netmap_fd_list_head = curr;
434 struct win_netmap_fd_list *curr = win_netmap_fd_list_head;
441 win_netmap_fd_list_head = curr->next;
456 for (curr = win_netmap_fd_list_head; curr; curr = curr->next) {

Completed in 114 milliseconds