|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/ktime.h>#include <linux/init.h>#include <linux/connector.h>#include <linux/gfp.h>#include <linux/ptrace.h>#include <linux/atomic.h>#include <linux/pid_namespace.h>#include <asm/unaligned.h>#include <linux/cn_proc.h>Go to the source code of this file.
Macros | |
| #define | CN_PROC_MSG_SIZE (sizeof(struct cn_msg) + sizeof(struct proc_event)) |
Functions | |
| void | proc_fork_connector (struct task_struct *task) |
| void | proc_exec_connector (struct task_struct *task) |
| void | proc_id_connector (struct task_struct *task, int which_id) |
| void | proc_sid_connector (struct task_struct *task) |
| void | proc_ptrace_connector (struct task_struct *task, int ptrace_id) |
| void | proc_comm_connector (struct task_struct *task) |
| void | proc_exit_connector (struct task_struct *task) |
| module_init (cn_proc_init) | |
| module_init | ( | cn_proc_init | ) |
| void proc_comm_connector | ( | struct task_struct * | task | ) |
| void proc_exec_connector | ( | struct task_struct * | task | ) |
| void proc_exit_connector | ( | struct task_struct * | task | ) |
| void proc_fork_connector | ( | struct task_struct * | task | ) |
| void proc_id_connector | ( | struct task_struct * | task, |
| int | which_id | ||
| ) |
| void proc_ptrace_connector | ( | struct task_struct * | task, |
| int | ptrace_id | ||
| ) |
| void proc_sid_connector | ( | struct task_struct * | task | ) |
1.8.2