Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dxprt.h156 struct rpc_xprt { struct
158 struct rpc_xprt_ops * ops; /* transport methods */ argument
160 const struct rpc_timeout *timeout; /* timeout parms */
161 struct sockaddr_storage addr; /* server address */
162 size_t addrlen; /* size of server address */
163 int prot; /* IP protocol */
165 unsigned long cong; /* current congestion */
166 unsigned long cwnd; /* congestion window */
168 size_t max_payload; /* largest RPC payload size,
170 unsigned int tsh_size; /* size of transport specific
[all …]