Linux Kernel
3.7.1
|
#include <linux/ipc.h>
#include <linux/msg.h>
#include <linux/ipc_namespace.h>
#include <linux/rcupdate.h>
#include <linux/nsproxy.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/mount.h>
#include <linux/user_namespace.h>
#include <linux/proc_fs.h>
#include "util.h"
Go to the source code of this file.
Functions | |
struct ipc_namespace * | copy_ipcs (unsigned long flags, struct task_struct *tsk) |
void | free_ipcs (struct ipc_namespace *ns, struct ipc_ids *ids, void(*free)(struct ipc_namespace *, struct kern_ipc_perm *)) |
void | put_ipc_ns (struct ipc_namespace *ns) |
Variables | |
struct proc_ns_operations | ipcns_operations |
|
read |
Definition at line 54 of file namespace.c.
void free_ipcs | ( | struct ipc_namespace * | ns, |
struct ipc_ids * | ids, | ||
void(*)(struct ipc_namespace *, struct kern_ipc_perm *) | free | ||
) |
Definition at line 72 of file namespace.c.
void put_ipc_ns | ( | struct ipc_namespace * | ns | ) |
Definition at line 135 of file namespace.c.
struct proc_ns_operations ipcns_operations |
Definition at line 173 of file namespace.c.