cl_abort
{ cl_abort, VINTR },
static int cl_abort(struct cmdline *, int);
void (*cl_abort)(struct __rpc_client *);
#define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
#define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))