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.c114 rc->rc_client = NULL; in clnt_reconnect_create()
157 if (rc->rc_client) { in clnt_reconnect_connect()
291 KASSERT(rc->rc_client == NULL, ("rc_client not null")); in clnt_reconnect_connect()
293 rc->rc_client = newclient; in clnt_reconnect_connect()
336 if (!rc->rc_client) { in clnt_reconnect_call()
354 if (!rc->rc_client) { in clnt_reconnect_call()
359 CLNT_ACQUIRE(rc->rc_client); in clnt_reconnect_call()
360 client = rc->rc_client; in clnt_reconnect_call()
406 if (rc->rc_client == client) { in clnt_reconnect_call()
407 rc->rc_client = NULL; in clnt_reconnect_call()
[all …]
H A Dkrpc.h98 CLIENT* rc_client; /* underlying RPC client */ member