Lines Matching refs:clnt
109 const struct rpc_clnt *clnt
112 TP_ARGS(clnt),
119 __entry->client_id = clnt->cl_clid;
129 const struct rpc_clnt *clnt \
131 TP_ARGS(clnt))
168 const struct rpc_clnt *clnt,
173 TP_ARGS(clnt, xprt, args),
179 __string(program, clnt->cl_program->name)
186 __entry->client_id = clnt->cl_clid;
231 const struct rpc_clnt *clnt,
235 TP_ARGS(clnt, error),
243 __entry->client_id = clnt->cl_clid;
1375 const struct rpc_clnt *clnt,
1380 TP_ARGS(clnt, task, bind_version),
1394 __entry->client_id = clnt->cl_clid;
1395 __entry->program = clnt->cl_prog;
1396 __entry->version = clnt->cl_vers;
1531 const struct rpc_clnt *clnt,
1535 TP_ARGS(clnt, xprt),
1541 __string(progname, clnt->cl_program->name)
1545 __entry->requested_policy = clnt->cl_xprtsec.policy;
1546 __entry->version = clnt->cl_vers;
1560 const struct rpc_clnt *clnt, \
1563 TP_ARGS(clnt, xprt))