table of contents
XPRT_COMPLETE_RQST(9) | Linux Networking | XPRT_COMPLETE_RQST(9) |
NAME¶
xprt_complete_rqst - called when reply processing is complete
SYNOPSIS¶
void xprt_complete_rqst(struct rpc_task * task, int copied);
ARGUMENTS¶
task
RPC request that recently completed
copied
actual number of bytes received from the transport
DESCRIPTION¶
Caller holds transport lock.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |