Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sid.c File Reference
#include <linux/spinlock.h>
#include <linux/errno.h>
#include <linux/err.h>
#include "include/sid.h"

Go to the source code of this file.

Functions

u32 aa_alloc_sid (void)
 
void aa_free_sid (u32 sid)
 

Function Documentation

u32 aa_alloc_sid ( void  )

aa_alloc_sid - allocate a new sid for a profile

Definition at line 35 of file sid.c.

void aa_free_sid ( u32  sid)

aa_free_sid - free a sid : sid to free

Definition at line 52 of file sid.c.