Searched refs:rc_client (Results 1 – 2 of 2) sorted by relevance
108 rc->rc_client = NULL; in clnt_reconnect_create()144 if (rc->rc_client) { in clnt_reconnect_connect()200 KASSERT(rc->rc_client == NULL, ("rc_client not null")); in clnt_reconnect_connect()202 rc->rc_client = newclient; in clnt_reconnect_connect()245 if (!rc->rc_client) { in clnt_reconnect_call()263 if (!rc->rc_client) { in clnt_reconnect_call()268 CLNT_ACQUIRE(rc->rc_client); in clnt_reconnect_call()269 client = rc->rc_client; in clnt_reconnect_call()315 if (rc->rc_client == client) { in clnt_reconnect_call()316 rc->rc_client = NULL; in clnt_reconnect_call()[all …]
76 CLIENT* rc_client; /* underlying RPC client */ member