update to current net-next headers
This commit is contained in:
parent
d19f72f789
commit
d4473c0257
|
|
@ -51,6 +51,7 @@ enum {
|
|||
(((combined) & (~TC_ACT_EXT_VAL_MASK)) == opcode)
|
||||
|
||||
#define TC_ACT_JUMP __TC_ACT_EXT(1)
|
||||
#define TC_ACT_GOTO_CHAIN __TC_ACT_EXT(2)
|
||||
|
||||
/* Action type identifiers*/
|
||||
enum {
|
||||
|
|
|
|||
|
|
@ -549,6 +549,7 @@ enum {
|
|||
TCA_STAB,
|
||||
TCA_PAD,
|
||||
TCA_DUMP_INVISIBLE,
|
||||
TCA_CHAIN,
|
||||
__TCA_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue