Home
last modified time | relevance | path

Searched refs:rc_client (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/rpc/
H A Dclnt_rc.c110 rc->rc_client = NULL; in clnt_reconnect_create()
152 if (rc->rc_client) { in clnt_reconnect_connect()
250 KASSERT(rc->rc_client == NULL, ("rc_client not null")); in clnt_reconnect_connect()
252 rc->rc_client = newclient; in clnt_reconnect_connect()
295 if (!rc->rc_client) { in clnt_reconnect_call()
313 if (!rc->rc_client) { in clnt_reconnect_call()
318 CLNT_ACQUIRE(rc->rc_client); in clnt_reconnect_call()
319 client = rc->rc_client; in clnt_reconnect_call()
365 if (rc->rc_client == client) { in clnt_reconnect_call()
366 rc->rc_client = NULL; in clnt_reconnect_call()
[all …]
H A Dkrpc.h77 CLIENT* rc_client; /* underlying RPC client */ member