1SVC_RESERVE(9) Linux Networking SVC_RESERVE(9)
2
3
4
6 svc_reserve - change the space reserved for the reply to a request.
7
9 void svc_reserve(struct svc_rqst * rqstp, int space);
10
12 rqstp
13 The request in question
14
15 space
16 new max space to reserve
17
19 Each request reserves some space on the output queue of the transport
20 to make sure the reply fits. This function reduces that reserved space
21 to be the amount of space used already, plus space.
22
24Kernel Hackers Manual 2.6. June 2019 SVC_RESERVE(9)