Home
last modified time | relevance | path

Searched defs:rpc_xprt (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dxprt.h168 struct rpc_xprt { struct
170 struct rpc_xprt_ops * ops; /* transport methods */ argument
172 const struct rpc_timeout *timeout; /* timeout parms */
173 struct sockaddr_storage addr; /* server address */
174 size_t addrlen; /* size of server address */
175 int prot; /* IP protocol */
177 unsigned long cong; /* current congestion */
178 unsigned long cwnd; /* congestion window */
180 size_t max_payload; /* largest RPC payload size,
182 unsigned int tsh_size; /* size of transport specific
[all …]