xprt_adjust_cwnd
void xprt_adjust_cwnd(struct rpc_xprt *xprt, struct rpc_task *task, int result);
EXPORT_SYMBOL_GPL(xprt_adjust_cwnd);
xprt_adjust_cwnd(xprt, task, copied);
xprt_adjust_cwnd(xprt, task, -ETIMEDOUT);