Home
last modified time | relevance | path

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

/linux-3.3/include/linux/sunrpc/
Dxprt.h149 struct rpc_xprt { struct
151 struct rpc_xprt_ops * ops; /* transport methods */ argument
153 const struct rpc_timeout *timeout; /* timeout parms */
154 struct sockaddr_storage addr; /* server address */
155 size_t addrlen; /* size of server address */
156 int prot; /* IP protocol */
158 unsigned long cong; /* current congestion */
159 unsigned long cwnd; /* congestion window */
161 size_t max_payload; /* largest RPC payload size,
163 unsigned int tsh_size; /* size of transport specific
[all …]