Searched refs:rc_backchannel (Results 1 – 2 of 2) sorted by relevance
244 if (rc->rc_backchannel != NULL) in clnt_reconnect_connect()245 CLNT_CONTROL(newclient, CLSET_BACKCHANNEL, rc->rc_backchannel); in clnt_reconnect_connect()506 rc->rc_backchannel = info; in clnt_reconnect_control()573 if (rc->rc_backchannel) { in clnt_reconnect_destroy()574 xprt = (SVCXPRT *)rc->rc_backchannel; in clnt_reconnect_destroy()
79 void *rc_backchannel; member