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
3ba9ccda
Commit
3ba9ccda
authored
Jan 20, 2014
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update headers files from net-next
parent
63d127b0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
0 deletions
+18
-0
include/linux/if_addr.h
include/linux/if_addr.h
+1
-0
include/linux/if_arp.h
include/linux/if_arp.h
+1
-0
include/linux/if_link.h
include/linux/if_link.h
+13
-0
include/linux/tc_act/tc_ipt.h
include/linux/tc_act/tc_ipt.h
+1
-0
include/linux/tcp_metrics.h
include/linux/tcp_metrics.h
+2
-0
No files found.
include/linux/if_addr.h
View file @
3ba9ccda
...
...
@@ -49,6 +49,7 @@ enum {
#define IFA_F_TENTATIVE 0x40
#define IFA_F_PERMANENT 0x80
#define IFA_F_MANAGETEMPADDR 0x100
#define IFA_F_NOPREFIXROUTE 0x200
struct
ifa_cacheinfo
{
__u32
ifa_prefered
;
...
...
include/linux/if_arp.h
View file @
3ba9ccda
...
...
@@ -94,6 +94,7 @@
#define ARPHRD_CAIF 822
/* CAIF media type */
#define ARPHRD_IP6GRE 823
/* GRE over IPv6 */
#define ARPHRD_NETLINK 824
/* Netlink header */
#define ARPHRD_6LOWPAN 825
/* IPv6 over LoWPAN */
#define ARPHRD_VOID 0xFFFF
/* Void type, nothing is known */
#define ARPHRD_NONE 0xFFFE
/* zero header length */
...
...
include/linux/if_link.h
View file @
3ba9ccda
...
...
@@ -144,6 +144,7 @@ enum {
IFLA_NUM_RX_QUEUES
,
IFLA_CARRIER
,
IFLA_PHYS_PORT_ID
,
IFLA_SLAVE
,
__IFLA_MAX
};
...
...
@@ -366,6 +367,18 @@ enum {
#define IFLA_BOND_AD_INFO_MAX (__IFLA_BOND_AD_INFO_MAX - 1)
enum
{
IFLA_SLAVE_STATE
,
IFLA_SLAVE_MII_STATUS
,
IFLA_SLAVE_LINK_FAILURE_COUNT
,
IFLA_SLAVE_PERM_HWADDR
,
IFLA_SLAVE_QUEUE_ID
,
IFLA_SLAVE_AD_AGGREGATOR_ID
,
__IFLA_SLAVE_MAX
,
};
#define IFLA_SLAVE_MAX (__IFLA_SLAVE_MAX - 1)
/* SR-IOV virtual function management section */
enum
{
...
...
include/linux/tc_act/tc_ipt.h
View file @
3ba9ccda
...
...
@@ -4,6 +4,7 @@
#include <linux/pkt_cls.h>
#define TCA_ACT_IPT 6
#define TCA_ACT_XT 10
enum
{
TCA_IPT_UNSPEC
,
...
...
include/linux/tcp_metrics.h
View file @
3ba9ccda
...
...
@@ -35,6 +35,8 @@ enum {
TCP_METRICS_ATTR_FOPEN_SYN_DROPS
,
/* u16, count of drops */
TCP_METRICS_ATTR_FOPEN_SYN_DROP_TS
,
/* msecs age */
TCP_METRICS_ATTR_FOPEN_COOKIE
,
/* binary */
TCP_METRICS_ATTR_SADDR_IPV4
,
/* u32 */
TCP_METRICS_ATTR_SADDR_IPV6
,
/* binary */
__TCP_METRICS_ATTR_MAX
,
};
...
...
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