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

#include <sysctl.h>

Data Fields

union {
   struct {
      struct ctl_table *   ctl_table
 
      int   used
 
      int   count
 
      int   nreg
 
   } 
 
   struct rcu_head   rcu
 
}; 
 
struct completionunregistering
 
struct ctl_tablectl_table_arg
 
struct ctl_table_rootroot
 
struct ctl_table_setset
 
struct ctl_dirparent
 
struct ctl_nodenode
 

Detailed Description

Definition at line 127 of file sysctl.h.

Field Documentation

union { ... }
int count

Definition at line 133 of file sysctl.h.

Definition at line 131 of file sysctl.h.

struct ctl_table* ctl_table_arg

Definition at line 139 of file sysctl.h.

Definition at line 143 of file sysctl.h.

int nreg

Definition at line 134 of file sysctl.h.

struct ctl_dir* parent

Definition at line 142 of file sysctl.h.

Definition at line 136 of file sysctl.h.

Definition at line 140 of file sysctl.h.

Definition at line 141 of file sysctl.h.

struct completion* unregistering

Definition at line 138 of file sysctl.h.

int used

Definition at line 132 of file sysctl.h.


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