clnt_dg_ops
cl->cl_ops = clnt_dg_ops();
static struct clnt_ops *clnt_dg_ops(void);
cl->cl_ops = &clnt_dg_ops;
static const struct clnt_ops clnt_dg_ops = {