#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/pagemap.h>
#include <linux/sunrpc/clnt.h>
#include <linux/sunrpc/auth.h>
#include <linux/sunrpc/auth_gss.h>
#include <linux/sunrpc/svcauth_gss.h>
#include <linux/sunrpc/gss_err.h>
#include <linux/workqueue.h>
#include <linux/sunrpc/rpc_pipe_fs.h>
#include <linux/sunrpc/gss_api.h>
#include <asm/uaccess.h>
Go to the source code of this file.
#define GSS_CRED_SLACK (RPC_MAX_AUTH_SIZE * 2) |
#define GSS_RETRY_EXPIRED 5 |
#define GSS_VERF_SLACK 100 |
#define GSSD_MIN_TIMEOUT (60 * 60) |
#define MSG_BUF_MAXSIZE 1024 |
#define UPCALL_BUF_LEN 128 |
module_param_named |
( |
expired_cred_retry_delay |
, |
|
|
gss_expired_cred_retry_delay |
, |
|
|
uint |
, |
|
|
0644 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
expired_cred_retry_delay |
, |
|
|
"Timeout (in seconds) until ""the RPC engine retries an expired credential" |
|
|
) |
| |