-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 135851 b: refs/heads/master c: 60c195c h: refs/heads/master i: 135849: d4478de 135847: 7125233 v: v3
- Loading branch information
Arnd Bergmann
authored and
Ingo Molnar
committed
Mar 26, 2009
1 parent
a1f9ddb
commit 0566dde
Showing
40 changed files
with
261 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1d7f83d5ad6c30b385ba549c1c3a287cc872b7ae | ||
refs/heads/master: 60c195c729532815c5209c81442fa0eb26ace706 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
#ifndef _XT_CLASSIFY_H | ||
#define _XT_CLASSIFY_H | ||
|
||
#include <linux/types.h> | ||
|
||
struct xt_classify_target_info { | ||
u_int32_t priority; | ||
__u32 priority; | ||
}; | ||
|
||
#endif /*_XT_CLASSIFY_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
#ifndef _XT_CONNSECMARK_H_target | ||
#define _XT_CONNSECMARK_H_target | ||
|
||
#include <linux/types.h> | ||
|
||
enum { | ||
CONNSECMARK_SAVE = 1, | ||
CONNSECMARK_RESTORE, | ||
}; | ||
|
||
struct xt_connsecmark_target_info { | ||
u_int8_t mode; | ||
__u8 mode; | ||
}; | ||
|
||
#endif /*_XT_CONNSECMARK_H_target */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.