-
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: 90475 b: refs/heads/master c: 8efa6e9 h: refs/heads/master i: 90473: 77ecf3e 90471: 70a7c10 v: v3
- Loading branch information
Pavel Emelyanov
authored and
David S. Miller
committed
Apr 1, 2008
1 parent
ad3beb3
commit 338bd7f
Showing
5 changed files
with
23 additions
and
12 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: 3edf8fa5ccf10688a9280b5cbca8ed3947c42866 | ||
refs/heads/master: 8efa6e93cb2666dceafc4844057fdcb9aa324fb7 |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#ifndef __NETNS_CORE_H__ | ||
#define __NETNS_CORE_H__ | ||
|
||
struct ctl_table_header; | ||
|
||
struct netns_core { | ||
/* core sysctls */ | ||
struct ctl_table_header *sysctl_hdr; | ||
|
||
int sysctl_somaxconn; | ||
}; | ||
|
||
#endif |
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