Searched refs:__rpc_rawcombuf (Results 1 – 3 of 3) sorted by relevance
93 char *__rpc_rawcombuf = NULL; variable107 if (__rpc_rawcombuf == NULL) in svc_raw_create()108 __rpc_rawcombuf = malloc(UDPMSGSIZE); in svc_raw_create()109 if (__rpc_rawcombuf == NULL) in svc_raw_create()111 srp->raw_buf = __rpc_rawcombuf; /* Share it with the client */ in svc_raw_create()
113 if (__rpc_rawcombuf == NULL) in clnt_raw_create()114 __rpc_rawcombuf = in clnt_raw_create()116 if (__rpc_rawcombuf == NULL) in clnt_raw_create()118 clp->_raw_buf = __rpc_rawcombuf; in clnt_raw_create()
51 extern char *__rpc_rawcombuf;