rpc_authops
Regular
4.4
: Absent ⚠️
4.8
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
4.10
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
4.13
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
4.15
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
4.18
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
5.0
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
5.3
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
5.4
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
5.15
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
5.19
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
6.2
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
6.5
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
int (*ping)(struct rpc_clnt *);
};
6.8
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
int (*ping)(struct rpc_clnt *);
};
arm64
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
armhf
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
ppc64el
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
riscv64
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
aws
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
azure
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
gcp
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
lowlatency
: ✅struct rpc_authops {
struct module *owner;
rpc_authflavor_t au_flavor;
char *au_name;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
void (*destroy)(struct rpc_auth *);
int (*hash_cred)(struct auth_cred *, unsigned int);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
int (*list_pseudoflavors)(rpc_authflavor_t *, int);
rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);
};
Regular
4.8
and 4.10
⚠️int (*hash_cred)(struct auth_cred *, unsigned int)
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️struct rpc_auth * (*create)(struct rpc_auth_create_args *, struct rpc_clnt *)
➡️ struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *)
5.0
and 5.3
✅
5.3
and 5.4
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️int (*ping)(struct rpc_clnt *)
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅