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

/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_impl.c259 static struct nlm_host_list nlm_hosts; /* (g) */ variable in typeref:struct:nlm_host_list
295 TAILQ_INIT(&nlm_hosts);
716 TAILQ_REMOVE(&nlm_hosts, host, nh_link);
861 TAILQ_INSERT_TAIL(&nlm_hosts, host, nh_link);
952 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
989 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1084 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1119 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1668 * nlm_hosts to the host (which may remove it from the list
1677 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_lin
[all...]

Completed in 71 milliseconds