1XPRT_RESERVE_XPRT(9) Linux Networking XPRT_RESERVE_XPRT(9)
2
3
4
6 xprt_reserve_xprt - serialize write access to transports
7
9 int xprt_reserve_xprt(struct rpc_xprt * xprt, struct rpc_task * task);
10
12 xprt
13 -- undescribed --
14
15 task
16 task that is requesting access to the transport
17
19 This prevents mixing the payload of separate requests, and prevents
20 transport connects from colliding with writes. No congestion control is
21 provided.
22
24Kernel Hackers Manual 2.6. June 2019 XPRT_RESERVE_XPRT(9)