netlabel_kapi.c (f19f8d8ebc0b392c01082e0feb44ec152cc47a30) | netlabel_kapi.c (d484ff154c7a9623ecfe4a5ceb91c981fa227476) |
---|---|
1/* 2 * NetLabel Kernel API 3 * 4 * This file defines the kernel API for the NetLabel system. The NetLabel 5 * system manages static and dynamic label mappings for network protocols such 6 * as CIPSO and RIPSO. 7 * 8 * Author: Paul Moore <paul@paul-moore.com> --- 9 unchanged lines hidden (view full) --- 18 * (at your option) any later version. 19 * 20 * This program is distributed in the hope that it will be useful, 21 * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 23 * the GNU General Public License for more details. 24 * 25 * You should have received a copy of the GNU General Public License | 1/* 2 * NetLabel Kernel API 3 * 4 * This file defines the kernel API for the NetLabel system. The NetLabel 5 * system manages static and dynamic label mappings for network protocols such 6 * as CIPSO and RIPSO. 7 * 8 * Author: Paul Moore <paul@paul-moore.com> --- 9 unchanged lines hidden (view full) --- 18 * (at your option) any later version. 19 * 20 * This program is distributed in the hope that it will be useful, 21 * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 23 * the GNU General Public License for more details. 24 * 25 * You should have received a copy of the GNU General Public License |
26 * along with this program; if not, write to the Free Software 27 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 26 * along with this program; if not, see <http://www.gnu.org/licenses/>. |
28 * 29 */ 30 31#include <linux/init.h> 32#include <linux/types.h> 33#include <linux/slab.h> 34#include <linux/audit.h> 35#include <linux/in.h> --- 1047 unchanged lines hidden --- | 27 * 28 */ 29 30#include <linux/init.h> 31#include <linux/types.h> 32#include <linux/slab.h> 33#include <linux/audit.h> 34#include <linux/in.h> --- 1047 unchanged lines hidden --- |