Searched defs:rpc_authops (Results 1 – 3 of 3) sorted by relevance
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 13410 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 …]
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 13723 struct rpc_authops { struct 13724 struct module *owner; 13725 rpc_authflavor_t au_flavor; 13726 char *au_name; 13727 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *); 13728 void (*destroy)(struct rpc_auth *); 13729 int (*hash_cred)(struct auth_cred *, unsigned int); 13730 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); 13731 struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t); 13732 int (*list_pseudoflavors)(rpc_authflavor_t *, int); [all …]
|
D | vmlinux_505.h | 13723 struct rpc_authops { struct 13724 struct module *owner; 13725 rpc_authflavor_t au_flavor; 13726 char *au_name; 13727 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *); 13728 void (*destroy)(struct rpc_auth *); 13729 int (*hash_cred)(struct auth_cred *, unsigned int); 13730 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); 13731 struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t); 13732 int (*list_pseudoflavors)(rpc_authflavor_t *, int); [all …]
|