Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
auth_null.c File Reference
#include <linux/types.h>
#include <linux/module.h>
#include <linux/sunrpc/clnt.h>

Go to the source code of this file.

Variables

struct rpc_authops authnull_ops
 

Variable Documentation

struct rpc_authops authnull_ops
Initial value:
= {
.owner = THIS_MODULE,
.au_flavor = RPC_AUTH_NULL,
.au_name = "NULL",
.create = nul_create,
.destroy = nul_destroy,
.lookup_cred = nul_lookup_cred,
}

Definition at line 103 of file auth_null.c.