Searched refs:cl_destroy (Results 1 – 10 of 10) sorted by relevance
107 void (*cl_destroy)(struct __rpc_client *); member234 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))235 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
140 void (*cl_destroy)(struct __rpc_client *); member330 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))331 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
102 .cl_destroy = clnt_bck_destroy,
103 .cl_destroy = clnt_nl_destroy,
67 .cl_destroy = clnt_reconnect_destroy,
86 .cl_destroy = clnt_dg_destroy,
106 .cl_destroy = clnt_vc_destroy,
286 ops.cl_destroy = clnt_raw_destroy; in clnt_raw_ops()
823 ops.cl_destroy = clnt_dg_destroy; in clnt_dg_ops()
763 ops.cl_destroy = clnt_vc_destroy; in clnt_vc_ops()