Searched refs:rpc_authflavor_t (Results 1 – 6 of 6) sorted by relevance
/include/linux/sunrpc/ |
D | auth.h | 83 rpc_authflavor_t au_flavor; /* pseudoflavor (note may 97 rpc_authflavor_t pseudoflavor; 109 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */ 118 int (*list_pseudoflavors)(rpc_authflavor_t *, int); 119 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *); 120 int (*flavor2info)(rpc_authflavor_t, 159 rpc_authflavor_t rpcauth_get_pseudoflavor(rpc_authflavor_t, 161 int rpcauth_get_gssinfo(rpc_authflavor_t, 163 int rpcauth_list_flavors(rpc_authflavor_t *, int);
|
D | gss_api.h | 74 rpc_authflavor_t gss_svc_to_pseudoflavor(struct gss_api_mech *, u32 qop, 143 rpc_authflavor_t gss_mech_info2flavor(struct rpcsec_gss_info *); 146 int gss_mech_flavor2info(rpc_authflavor_t, struct rpcsec_gss_info *); 155 int gss_mech_list_pseudoflavors(rpc_authflavor_t *, int);
|
D | svcauth.h | 157 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); 158 extern void svc_auth_unregister(rpc_authflavor_t flavor);
|
D | msg_prot.h | 19 typedef u32 rpc_authflavor_t; typedef
|
D | clnt.h | 126 rpc_authflavor_t authflavor; 158 rpc_authflavor_t);
|
/include/linux/ |
D | nfs_xdr.h | 731 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; 1711 struct nfs_fattr *, rpc_authflavor_t);
|