Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h13410 struct rpc_authops { struct
13411 struct module *owner;
13412 rpc_authflavor_t au_flavor;
13413 char *au_name;
13414 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
13415 void (*destroy)(struct rpc_auth *);
13416 int (*hash_cred)(struct auth_cred *, unsigned int);
13417 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
13418 struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
13419 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
[all …]