Linux Kernel
3.7.1
|
#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) |
int cond_register_ipcns_notifier | ( | struct ipc_namespace * | ns | ) |
Definition at line 69 of file ipcns_notifier.c.
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.