Searched defs:nlm_host (Results 1 – 2 of 2) sorted by relevance
43 struct nlm_host { struct44 struct hlist_node h_hash; /* doubly linked list */45 struct sockaddr_storage h_addr; /* peer address */46 size_t h_addrlen;47 struct sockaddr_storage h_srcaddr; /* our address (optional) */48 size_t h_srcaddrlen;49 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */50 char *h_name; /* remote hostname */51 u32 h_version; /* interface version */52 unsigned short h_proto; /* transport proto */[all …]
140 struct nlm_host *nlm_host; /* NLM client handle */ member