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