Home
last modified time | relevance | path

Searched defs:rpc_credops (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h43923 struct rpc_credops { struct
43924 const char *cr_name;
43925 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
43926 void (*crdestroy)(struct rpc_cred *);
43927 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
43928 int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
43929 int (*crrefresh)(struct rpc_task *);
43930 int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
43931 int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
43932 int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
[all …]