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
27076354
Commit
27076354
authored
May 04, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update headers to 4.1-rc1 net-next
parent
8916ccf6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
include/linux/inet_diag.h
include/linux/inet_diag.h
+4
-0
include/linux/pkt_cls.h
include/linux/pkt_cls.h
+1
-0
include/linux/tcp.h
include/linux/tcp.h
+3
-0
No files found.
include/linux/inet_diag.h
View file @
27076354
...
...
@@ -143,4 +143,8 @@ struct tcp_dctcp_info {
__u32
dctcp_ab_tot
;
};
union
tcp_cc_info
{
struct
tcpvegas_info
vegas
;
struct
tcp_dctcp_info
dctcp
;
};
#endif
/* _INET_DIAG_H_ */
include/linux/pkt_cls.h
View file @
27076354
...
...
@@ -35,6 +35,7 @@ bits 9,10,11: redirect counter - redirect TTL. Loop avoidance
*
* */
/* backwards compat for userspace only */
#define TC_MUNGED _TC_MAKEMASK1(0)
#define SET_TC_MUNGED(v) ( TC_MUNGED | (v & ~TC_MUNGED))
#define CLR_TC_MUNGED(v) ( v & ~TC_MUNGED)
...
...
include/linux/tcp.h
View file @
27076354
...
...
@@ -112,6 +112,7 @@ enum {
#define TCP_FASTOPEN 23
/* Enable FastOpen on listeners */
#define TCP_TIMESTAMP 24
#define TCP_NOTSENT_LOWAT 25
/* limit number of unsent bytes in write queue */
#define TCP_CC_INFO 26
/* Get Congestion Control (optional) info */
struct
tcp_repair_opt
{
__u32
opt_code
;
...
...
@@ -189,6 +190,8 @@ struct tcp_info {
__u64
tcpi_pacing_rate
;
__u64
tcpi_max_pacing_rate
;
__u64
tcpi_bytes_acked
;
/* RFC4898 tcpEStatsAppHCThruOctetsAcked */
__u64
tcpi_bytes_received
;
/* RFC4898 tcpEStatsAppHCThruOctetsReceived */
};
/* for TCP_MD5SIG socket option */
...
...
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