Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h13391 struct rpc_credops { struct
13392 const char *cr_name;
13393 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
13394 void (*crdestroy)(struct rpc_cred *);
13395 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
13396 int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
13397 int (*crrefresh)(struct rpc_task *);
13398 int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
13399 int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
13400 int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
[all …]