netlabel.h (11a03f78fbf15a866ba3bf6359a75cdfd1ced703) netlabel.h (7a0e1d602288370801c353221c6a938eab925053)
1/*
2 * NetLabel System
3 *
4 * The NetLabel system manages static and dynamic label mappings for network
5 * protocols such as CIPSO and RIPSO.
6 *
7 * Author: Paul Moore <paul.moore@hp.com>
8 *

--- 17 unchanged lines hidden (view full) ---

26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27 *
28 */
29
30#ifndef _NETLABEL_H
31#define _NETLABEL_H
32
33#include <linux/types.h>
1/*
2 * NetLabel System
3 *
4 * The NetLabel system manages static and dynamic label mappings for network
5 * protocols such as CIPSO and RIPSO.
6 *
7 * Author: Paul Moore <paul.moore@hp.com>
8 *

--- 17 unchanged lines hidden (view full) ---

26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27 *
28 */
29
30#ifndef _NETLABEL_H
31#define _NETLABEL_H
32
33#include <linux/types.h>
34#include <linux/net.h>
34#include <linux/skbuff.h>
35#include <net/netlink.h>
36
37/*
38 * NetLabel - A management interface for maintaining network packet label
39 * mapping tables for explicit packet labling protocols.
40 *
41 * Network protocols such as CIPSO and RIPSO require a label translation layer

--- 250 unchanged lines hidden ---
35#include <linux/skbuff.h>
36#include <net/netlink.h>
37
38/*
39 * NetLabel - A management interface for maintaining network packet label
40 * mapping tables for explicit packet labling protocols.
41 *
42 * Network protocols such as CIPSO and RIPSO require a label translation layer

--- 250 unchanged lines hidden ---