Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sysctl_net.c File Reference
#include <linux/mm.h>
#include <linux/export.h>
#include <linux/sysctl.h>
#include <linux/nsproxy.h>
#include <net/sock.h>

Go to the source code of this file.

Functions

__init int net_sysctl_init (void)
 
struct ctl_table_headerregister_net_sysctl (struct net *net, const char *path, struct ctl_table *table)
 
 EXPORT_SYMBOL_GPL (register_net_sysctl)
 
void unregister_net_sysctl_table (struct ctl_table_header *header)
 
 EXPORT_SYMBOL_GPL (unregister_net_sysctl_table)
 

Function Documentation

EXPORT_SYMBOL_GPL ( register_net_sysctl  )
EXPORT_SYMBOL_GPL ( unregister_net_sysctl_table  )
__init int net_sysctl_init ( void  )

Definition at line 75 of file sysctl_net.c.

struct ctl_table_header* register_net_sysctl ( struct net net,
const char path,
struct ctl_table table 
)
read

Definition at line 94 of file sysctl_net.c.

void unregister_net_sysctl_table ( struct ctl_table_header header)

Definition at line 101 of file sysctl_net.c.