Searched refs:dispatchroutine (Results 1 – 1 of 1) sorted by relevance
1341 void (*dispatchroutine) (struct svc_req *, SVCXPRT *); in svc_getreq() local1380 dispatchroutine = svc_callout_find(clone_xprt, in svc_getreq()1383 if (dispatchroutine) { in svc_getreq()1384 (*dispatchroutine) (&r, clone_xprt); in svc_getreq()