Searched refs:rc_backchannel (Results 1 – 2 of 2) sorted by relevance
250 if (rc->rc_backchannel != NULL) in clnt_reconnect_connect()251 CLNT_CONTROL(newclient, CLSET_BACKCHANNEL, rc->rc_backchannel); in clnt_reconnect_connect()512 rc->rc_backchannel = info; in clnt_reconnect_control()579 if (rc->rc_backchannel) { in clnt_reconnect_destroy()580 xprt = (SVCXPRT *)rc->rc_backchannel; in clnt_reconnect_destroy()
82 void *rc_backchannel; member