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