Searched refs:cl_abort (Results 1 – 4 of 4) sorted by relevance
149 void (*cl_abort)(struct __rpc_client *); member222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
306 ops.cl_abort = clnt_raw_abort; in clnt_raw_ops()
742 ops.cl_abort = clnt_dg_abort; in clnt_dg_ops()
771 ops.cl_abort = clnt_vc_abort; in clnt_vc_ops()