|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/socket.h>#include <linux/string.h>#include <linux/skbuff.h>#include <linux/audit.h>#include <linux/slab.h>#include <net/sock.h>#include <net/netlink.h>#include <net/genetlink.h>#include <net/netlabel.h>#include <net/cipso_ipv4.h>#include <linux/atomic.h>#include "netlabel_user.h"#include "netlabel_cipso_v4.h"#include "netlabel_mgmt.h"#include "netlabel_domainhash.h"Go to the source code of this file.
Data Structures | |
| struct | netlbl_cipsov4_doiwalk_arg |
| struct | netlbl_domhsh_walk_arg |
Functions | |
| int __init | netlbl_cipsov4_genl_init (void) |
netlbl_cipsov4_genl_init - Register the CIPSOv4 NetLabel component
Description: Register the CIPSOv4 packet NetLabel component with the Generic NETLINK mechanism. Returns zero on success, negative values on failure.
Definition at line 783 of file netlabel_cipso_v4.c.
1.8.2