nlm_prot_impl.c | 267 static struct nlm_host_list nlm_hosts; /* (g) */ variable in typeref:struct:nlm_host_list 303 TAILQ_INIT(&nlm_hosts); 724 TAILQ_REMOVE(&nlm_hosts, host, nh_link); 869 TAILQ_INSERT_TAIL(&nlm_hosts, host, nh_link); 960 TAILQ_FOREACH(host, &nlm_hosts, nh_link) { 997 TAILQ_FOREACH(host, &nlm_hosts, nh_link) { 1092 TAILQ_FOREACH(host, &nlm_hosts, nh_link) { 1127 TAILQ_FOREACH(host, &nlm_hosts, nh_link) { 1684 * nlm_hosts to the host (which may remove it from the list 1693 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) [all...] |