Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ipcns_notifier.c File Reference
#include <linux/msg.h>
#include <linux/rcupdate.h>
#include <linux/notifier.h>
#include <linux/nsproxy.h>
#include <linux/ipc_namespace.h>
#include "util.h"

Go to the source code of this file.

Functions

int register_ipcns_notifier (struct ipc_namespace *ns)
 
int cond_register_ipcns_notifier (struct ipc_namespace *ns)
 
void unregister_ipcns_notifier (struct ipc_namespace *ns)
 
int ipcns_notify (unsigned long val)
 

Function Documentation

int cond_register_ipcns_notifier ( struct ipc_namespace ns)

Definition at line 69 of file ipcns_notifier.c.

int ipcns_notify ( unsigned long  val)

Definition at line 89 of file ipcns_notifier.c.

int register_ipcns_notifier ( struct ipc_namespace ns)

Definition at line 56 of file ipcns_notifier.c.

void unregister_ipcns_notifier ( struct ipc_namespace ns)

Definition at line 83 of file ipcns_notifier.c.