|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/socket.h>#include <linux/string.h>#include <linux/skbuff.h>#include <linux/in.h>#include <linux/in6.h>#include <linux/slab.h>#include <net/sock.h>#include <net/netlink.h>#include <net/genetlink.h>#include <net/ip.h>#include <net/ipv6.h>#include <net/netlabel.h>#include <net/cipso_ipv4.h>#include <linux/atomic.h>#include "netlabel_domainhash.h"#include "netlabel_user.h"#include "netlabel_mgmt.h"Go to the source code of this file.
Data Structures | |
| struct | netlbl_domhsh_walk_arg |
Functions | |
| int __init | netlbl_mgmt_genl_init (void) |
Variables | |
| atomic_t | netlabel_mgmt_protocount = ATOMIC_INIT(0) |
netlbl_mgmt_genl_init - Register the NetLabel management component
Description: Register the NetLabel management component with the Generic NETLINK mechanism. Returns zero on success, negative values on failure.
Definition at line 781 of file netlabel_mgmt.c.
| atomic_t netlabel_mgmt_protocount = ATOMIC_INIT(0) |
Definition at line 52 of file netlabel_mgmt.c.
1.8.2