1XPRT_COMPLETE_RQST(9) Linux Networking XPRT_COMPLETE_RQST(9)
23
4
NAME
6xprt_complete_rqst - called when reply processing is complete
7
SYNOPSIS
9void xprt_complete_rqst(struct rpc_task * task, int copied);
10
ARGUMENTS
12task
13RPC request that recently completed
1415
copied
16actual number of bytes received from the transport
17
DESCRIPTION
19Caller holds transport lock.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 XPRT_COMPLETE_RQST(9)