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

#include <proc_fs.h>

Data Fields

const charname
 
int type
 
void *(* get )(struct task_struct *task)
 
void(* put )(void *ns)
 
int(* install )(struct nsproxy *nsproxy, void *ns)
 

Detailed Description

Definition at line 244 of file proc_fs.h.

Field Documentation

Definition at line 247 of file proc_fs.h.

int(* install)(struct nsproxy *nsproxy, void *ns)

Definition at line 249 of file proc_fs.h.

const char* name

Definition at line 245 of file proc_fs.h.

void(* put)(void *ns)

Definition at line 248 of file proc_fs.h.

Definition at line 246 of file proc_fs.h.


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