-
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.
- Loading branch information
Denis V. Lunev
authored and
David S. Miller
committed
Jan 28, 2008
1 parent
988c26d
commit 34d9d2d
Showing
5 changed files
with
25 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: 27147c9e6e8316af91dea487aa2c14b18dcff4cf | ||
refs/heads/master: a0a53c8ba95451feef6c1975016f0a1eb3044ad4 |
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 @@ | ||
/* | ||
* Unix network namespace | ||
*/ | ||
#ifndef __NETNS_UNIX_H__ | ||
#define __NETNS_UNIX_H__ | ||
|
||
struct ctl_table_header; | ||
struct netns_unix { | ||
int sysctl_max_dgram_qlen; | ||
struct ctl_table_header *ctl; | ||
}; | ||
|
||
#endif /* __NETNS_UNIX_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