Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
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
Kirill Smelkov
iproute2
Commits
e760a19a
Commit
e760a19a
authored
Jul 11, 2011
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update kernel headers to 3.0
parent
b5383aaa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
0 deletions
+18
-0
include/linux/if_link.h
include/linux/if_link.h
+1
-0
include/linux/netfilter.h
include/linux/netfilter.h
+1
-0
include/linux/netlink.h
include/linux/netlink.h
+1
-0
include/linux/pkt_sched.h
include/linux/pkt_sched.h
+15
-0
No files found.
include/linux/if_link.h
View file @
e760a19a
...
@@ -136,6 +136,7 @@ enum {
...
@@ -136,6 +136,7 @@ enum {
IFLA_PORT_SELF
,
IFLA_PORT_SELF
,
IFLA_AF_SPEC
,
IFLA_AF_SPEC
,
IFLA_GROUP
,
/* Group the device belongs to */
IFLA_GROUP
,
/* Group the device belongs to */
IFLA_NET_NS_FD
,
__IFLA_MAX
__IFLA_MAX
};
};
...
...
include/linux/netfilter.h
View file @
e760a19a
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
#include <linux/types.h>
#include <linux/types.h>
#include <linux/sysctl.h>
/* Responses from hook functions. */
/* Responses from hook functions. */
#define NF_DROP 0
#define NF_DROP 0
...
...
include/linux/netlink.h
View file @
e760a19a
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
/* leave room for NETLINK_DM (DM Events) */
/* leave room for NETLINK_DM (DM Events) */
#define NETLINK_SCSITRANSPORT 18
/* SCSI Transports */
#define NETLINK_SCSITRANSPORT 18
/* SCSI Transports */
#define NETLINK_ECRYPTFS 19
#define NETLINK_ECRYPTFS 19
#define NETLINK_RDMA 20
#define MAX_LINKS 32
#define MAX_LINKS 32
...
...
include/linux/pkt_sched.h
View file @
e760a19a
...
@@ -588,4 +588,19 @@ struct tc_sfb_xstats {
...
@@ -588,4 +588,19 @@ struct tc_sfb_xstats {
#define SFB_MAX_PROB 0xFFFF
#define SFB_MAX_PROB 0xFFFF
/* QFQ */
enum
{
TCA_QFQ_UNSPEC
,
TCA_QFQ_WEIGHT
,
TCA_QFQ_LMAX
,
__TCA_QFQ_MAX
};
#define TCA_QFQ_MAX (__TCA_QFQ_MAX - 1)
struct
tc_qfq_stats
{
__u32
weight
;
__u32
lmax
;
};
#endif
#endif
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