Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ac34bae8
Commit
ac34bae8
authored
May 25, 2003
by
Krishna Kumar
Committed by
David S. Miller
May 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFRM_USER]: Wrong use of RTM_BASE.
parent
5a00d2d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
include/linux/xfrm.h
include/linux/xfrm.h
+9
-9
No files found.
include/linux/xfrm.h
View file @
ac34bae8
...
...
@@ -104,17 +104,17 @@ enum
/* Netlink configuration messages. */
#define XFRM_MSG_BASE 0x10
#define XFRM_MSG_NEWSA (
RTM
_BASE + 0)
#define XFRM_MSG_DELSA (
RTM
_BASE + 1)
#define XFRM_MSG_GETSA (
RTM
_BASE + 2)
#define XFRM_MSG_NEWSA (
XFRM_MSG
_BASE + 0)
#define XFRM_MSG_DELSA (
XFRM_MSG
_BASE + 1)
#define XFRM_MSG_GETSA (
XFRM_MSG
_BASE + 2)
#define XFRM_MSG_NEWPOLICY (
RTM
_BASE + 3)
#define XFRM_MSG_DELPOLICY (
RTM
_BASE + 4)
#define XFRM_MSG_GETPOLICY (
RTM
_BASE + 5)
#define XFRM_MSG_NEWPOLICY (
XFRM_MSG
_BASE + 3)
#define XFRM_MSG_DELPOLICY (
XFRM_MSG
_BASE + 4)
#define XFRM_MSG_GETPOLICY (
XFRM_MSG
_BASE + 5)
#define XFRM_MSG_ALLOCSPI (
RTM
_BASE + 6)
#define XFRM_MSG_ACQUIRE (
RTM
_BASE + 7)
#define XFRM_MSG_EXPIRE (
RTM
_BASE + 8)
#define XFRM_MSG_ALLOCSPI (
XFRM_MSG
_BASE + 6)
#define XFRM_MSG_ACQUIRE (
XFRM_MSG
_BASE + 7)
#define XFRM_MSG_EXPIRE (
XFRM_MSG
_BASE + 8)
#define XFRM_MSG_MAX (XFRM_MSG_EXPIRE+1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment