Home
last modified time | relevance | path

Searched refs:nh_srvrpc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c237 struct nlm_rpc nh_srvrpc; /* (l) RPC for server replies */ member
724 if (host->nh_srvrpc.nr_client) in nlm_host_destroy()
725 CLNT_RELEASE(host->nh_srvrpc.nr_client); in nlm_host_destroy()
1025 if (host->nh_addr.ss_len && host->nh_srvrpc.nr_client) { in nlm_find_host_by_name()
1032 client = host->nh_srvrpc.nr_client; in nlm_find_host_by_name()
1033 host->nh_srvrpc.nr_client = NULL; in nlm_find_host_by_name()
1269 rpc = &host->nh_srvrpc; in nlm_host_get_rpc()