Query: svc_reserve
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVC_RESERVE(9) Linux Networking SVC_RESERVE(9)NAMEsvc_reserve - change the space reserved for the reply to a request.SYNOPSISvoid svc_reserve(struct svc_rqst * rqstp, int space);ARGUMENTSrqstp The request in question space new max space to reserveDESCRIPTIONEach request reserves some space on the output queue of the transport to make sure the reply fits. This function reduces that reserved space to be the amount of space used already, plus space.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SVC_RESERVE(9)