Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
nonet.c File Reference
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/kernel.h>

Go to the source code of this file.

Variables

struct file_operations bad_sock_fops
 

Variable Documentation

struct file_operations bad_sock_fops
Initial value:
= {
.owner = THIS_MODULE,
.open = sock_no_open,
.llseek = noop_llseek,
}

Definition at line 22 of file nonet.c.