RPC_AUTH_TLS
#define rpc_auth_tls cpu_to_be32(RPC_AUTH_TLS)
[RPC_AUTH_TLS] = (const struct rpc_authops __force __rcu *)&authtls_ops,
.au_flavor = RPC_AUTH_TLS,
.au_flavor = RPC_AUTH_TLS,
[RPC_AUTH_TLS] = (struct auth_ops __force __rcu *)&svcauth_tls,
rqstp->rq_cred.cr_flavor = RPC_AUTH_TLS;
.flavour = RPC_AUTH_TLS,
.authflavor = RPC_AUTH_TLS,