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
1b1177ed
Commit
1b1177ed
authored
Dec 22, 2011
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to latest 3.2 kernel headers
Keep in sync
parent
2a9721f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/linux/pkt_sched.h
include/linux/pkt_sched.h
+3
-3
No files found.
include/linux/pkt_sched.h
View file @
1b1177ed
...
...
@@ -30,7 +30,7 @@
*/
struct
tc_stats
{
__u64
bytes
;
/* N
Umber of enqueues
bytes */
__u64
bytes
;
/* N
umber of enqueued
bytes */
__u32
packets
;
/* Number of enqueued packets */
__u32
drops
;
/* Packets dropped because of lack of resources */
__u32
overlimits
;
/* Number of throttle events when this
...
...
@@ -297,7 +297,7 @@ struct tc_htb_glob {
__u32
debug
;
/* debug flags */
/* stats */
__u32
direct_pkts
;
/* count of non shap
p
ed packets */
__u32
direct_pkts
;
/* count of non shaped packets */
};
enum
{
TCA_HTB_UNSPEC
,
...
...
@@ -503,7 +503,7 @@ enum {
};
#define NETEM_LOSS_MAX (__NETEM_LOSS_MAX - 1)
/* State transition probablities for 4 state model */
/* State transition probab
i
lities for 4 state model */
struct
tc_netem_gimodel
{
__u32
p13
;
__u32
p31
;
...
...
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