update kernel headers (from 4.7-rc1)
This commit is contained in:
parent
1d63d8c606
commit
0a99e7badf
|
|
@ -52,7 +52,7 @@
|
|||
#if defined(__GLIBC__)
|
||||
|
||||
/* Coordinate with glibc net/if.h header. */
|
||||
#if defined(_NET_IF_H)
|
||||
#if defined(_NET_IF_H) && defined(__USE_MISC)
|
||||
|
||||
/* GLIBC headers included first so don't define anything
|
||||
* that would already be defined. */
|
||||
|
|
|
|||
|
|
@ -97,6 +97,10 @@ enum {
|
|||
|
||||
#define TCA_POLICE_MAX (__TCA_POLICE_MAX - 1)
|
||||
|
||||
/* tca flags definitions */
|
||||
#define TCA_CLS_FLAGS_SKIP_HW (1 << 0)
|
||||
#define TCA_CLS_FLAGS_SKIP_SW (1 << 1)
|
||||
|
||||
/* U32 filters */
|
||||
|
||||
#define TC_U32_HTID(h) ((h)&0xFFF00000)
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ enum {
|
|||
TCA_IFE_SMAC,
|
||||
TCA_IFE_TYPE,
|
||||
TCA_IFE_METALST,
|
||||
TCA_IFE_PAD,
|
||||
__TCA_IFE_MAX
|
||||
};
|
||||
#define TCA_IFE_MAX (__TCA_IFE_MAX - 1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue