Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | NLBL_MGMT_A_MAX (__NLBL_MGMT_A_MAX - 1) |
Functions | |
int | netlbl_mgmt_genl_init (void) |
Variables | |
atomic_t | netlabel_mgmt_protocount |
#define NLBL_MGMT_A_MAX (__NLBL_MGMT_A_MAX - 1) |
Definition at line 215 of file netlabel_mgmt.h.
anonymous enum |
NLBL_MGMT_C_UNSPEC | |
NLBL_MGMT_C_ADD | |
NLBL_MGMT_C_REMOVE | |
NLBL_MGMT_C_LISTALL | |
NLBL_MGMT_C_ADDDEF | |
NLBL_MGMT_C_REMOVEDEF | |
NLBL_MGMT_C_LISTDEF | |
NLBL_MGMT_C_PROTOCOLS | |
NLBL_MGMT_C_VERSION | |
__NLBL_MGMT_C_MAX |
Definition at line 164 of file netlabel_mgmt.h.
anonymous enum |
Definition at line 178 of file netlabel_mgmt.h.
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 |
Definition at line 52 of file netlabel_mgmt.c.