netlabel_user.h (e4da3fbfbd1de56d2367653e3823e6445e49f8a9) | netlabel_user.h (d484ff154c7a9623ecfe4a5ceb91c981fa227476) |
---|---|
1/* 2 * NetLabel NETLINK Interface 3 * 4 * This file defines the NETLINK interface for the NetLabel system. The 5 * NetLabel system manages static and dynamic label mappings for network 6 * protocols such 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 NETLINK Interface 3 * 4 * This file defines the NETLINK interface for the NetLabel system. The 5 * NetLabel system manages static and dynamic label mappings for network 6 * protocols such 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#ifndef _NETLABEL_USER_H 32#define _NETLABEL_USER_H 33 34#include <linux/types.h> 35#include <linux/skbuff.h> --- 31 unchanged lines hidden --- | 27 * 28 */ 29 30#ifndef _NETLABEL_USER_H 31#define _NETLABEL_USER_H 32 33#include <linux/types.h> 34#include <linux/skbuff.h> --- 31 unchanged lines hidden --- |