Home
last modified time | relevance | path

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

/external/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 …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h13704 struct rpc_credops { struct
13705 const char *cr_name;
13706 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
13707 void (*crdestroy)(struct rpc_cred *);
13708 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
13709 int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
13710 int (*crrefresh)(struct rpc_task *);
13711 int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
13712 int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
13713 int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
[all …]
Dvmlinux.h13704 struct rpc_credops { struct
13705 const char *cr_name;
13706 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
13707 void (*crdestroy)(struct rpc_cred *);
13708 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
13709 int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
13710 int (*crrefresh)(struct rpc_task *);
13711 int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
13712 int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
13713 int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
[all …]