Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pernet_operations Struct Reference

#include <net_namespace.h>

Data Fields

struct list_head list
 
int(* init )(struct net *net)
 
void(* exit )(struct net *net)
 
void(* exit_batch )(struct list_head *net_exit_list)
 
intid
 
size_t size
 

Detailed Description

Definition at line 268 of file net_namespace.h.

Field Documentation

void(* exit)(struct net *net)

Definition at line 271 of file net_namespace.h.

void(* exit_batch)(struct list_head *net_exit_list)

Definition at line 272 of file net_namespace.h.

int* id

Definition at line 273 of file net_namespace.h.

int(* init)(struct net *net)

Definition at line 270 of file net_namespace.h.

Definition at line 269 of file net_namespace.h.

size_t size

Definition at line 274 of file net_namespace.h.


The documentation for this struct was generated from the following file: