Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dclnt.c101 clnt->cl_stats = program->stats; in rpc_create_client()
386 clnt->cl_stats->rpccnt++; in call_start()
596 clnt->cl_stats->netreconn++; in call_connect_status()
729 clnt->cl_stats->rpcretrans++; in call_timeout()
757 clnt->cl_stats->rpcretrans++; in call_decode()
821 task->tk_client->cl_stats->rpcauthrefresh++; in call_refresh()
951 task->tk_client->cl_stats->rpcgarbage++; in call_verify()
/linux-2.4.37.9/include/linux/sunrpc/
Dclnt.h42 struct rpc_stat * cl_stats; /* statistics */ member