Searched refs:null_dispatch (Results 1 – 1 of 1) sorted by relevance
38 static void null_dispatch(struct svc_req *req, SVCXPRT *xprt);39 static void (*dispatch)(struct svc_req *, SVCXPRT *) = null_dispatch;94 null_dispatch(struct svc_req *req, SVCXPRT *xprt) in null_dispatch() function109 dispatch = null_dispatch; in rdcstub_unset_dispatch()