summaryrefslogtreecommitdiff
path: root/include/linux/netlink.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2002-11-10 14:41:36 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2002-11-10 14:41:36 -0800
commit7c1b1fecba44dfc444606f75fd0a56dd81af1adb (patch)
tree6718f7fa5ae30f16632c86ad245a5b7d725aa99d /include/linux/netlink.h
parentc8edb84619a2757bbbd77b3d8f67b9ba3f738187 (diff)
[IPSEC]: Make netlink user interface header.
Diffstat (limited to 'include/linux/netlink.h')
-rw-r--r--include/linux/netlink.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index 446991da8842..6a0e792fb795 100644
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -7,6 +7,7 @@
#define NETLINK_FIREWALL 3 /* Firewalling hook */
#define NETLINK_TCPDIAG 4 /* TCP socket monitoring */
#define NETLINK_NFLOG 5 /* netfilter/iptables ULOG */
+#define NETLINK_XFRM 6 /* ipsec */
#define NETLINK_ARPD 8
#define NETLINK_ROUTE6 11 /* af_inet6 route comm channel */
#define NETLINK_IP6_FW 13
@@ -86,6 +87,8 @@ struct nlmsgerr
#ifdef __KERNEL__
+#include <linux/capability.h>
+
struct netlink_skb_parms
{
struct ucred creds; /* Skb credentials */