aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-06-18 22:44:37 -0700
committerDavid S. Miller <davem@davemloft.net>2005-06-18 22:44:37 -0700
commitf60f6b8f70c756fc786d68f02ec17a1e84db645f (patch)
tree8eee05de129439e4ffde876d2208a613178acfe3 /include
parent[IPSEC] Set byid for km_event in xfrm_get_policy (diff)
downloadlinux-dev-f60f6b8f70c756fc786d68f02ec17a1e84db645f.tar.xz
linux-dev-f60f6b8f70c756fc786d68f02ec17a1e84db645f.zip
[IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*
This patch removes XFRM_SAP_* and converts them over to XFRM_MSG_*. The netlink interface is meant to map directly onto the underlying xfrm subsystem. Therefore rather than using a new independent representation for the events we can simply use the existing ones from xfrm_user. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include')
-rw-r--r--include/net/xfrm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index fda356e81014..0e65e02b7a1d 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -158,18 +158,6 @@ enum {
XFRM_STATE_DEAD
};
-/* events that could be sent by kernel */
-enum {
- XFRM_SAP_INVALID,
- XFRM_SAP_EXPIRED,
- XFRM_SAP_ADDED,
- XFRM_SAP_UPDATED,
- XFRM_SAP_DELETED,
- XFRM_SAP_FLUSHED,
- __XFRM_SAP_MAX
-};
-#define XFRM_SAP_MAX (__XFRM_SAP_MAX - 1)
-
/* callback structure passed from either netlink or pfkey */
struct km_event
{