diff options
author | David Howells <dhowells@redhat.com> | 2012-10-09 12:49:06 +0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-09 12:49:06 +0400 |
commit | b6bf56c6be2be7ccebebfd91b1f11889296cbd9e (patch) | |
tree | 3d5d76b71cdc2c3c69593bac67e5153488cbfb84 /include/linux/tc_ematch/tc_em_cmp.h | |
parent | 611128eb3927941abcfdca5b7515cf02aab601ec (diff) | |
download | linux-b6bf56c6be2be7ccebebfd91b1f11889296cbd9e.tar.xz |
UAPI: (Scripted) Disintegrate include/linux/tc_ematch
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/tc_ematch/tc_em_cmp.h')
-rw-r--r-- | include/linux/tc_ematch/tc_em_cmp.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/linux/tc_ematch/tc_em_cmp.h b/include/linux/tc_ematch/tc_em_cmp.h deleted file mode 100644 index f34bb1bae083..000000000000 --- a/include/linux/tc_ematch/tc_em_cmp.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef __LINUX_TC_EM_CMP_H -#define __LINUX_TC_EM_CMP_H - -#include <linux/types.h> -#include <linux/pkt_cls.h> - -struct tcf_em_cmp { - __u32 val; - __u32 mask; - __u16 off; - __u8 align:4; - __u8 flags:4; - __u8 layer:4; - __u8 opnd:4; -}; - -enum { - TCF_EM_ALIGN_U8 = 1, - TCF_EM_ALIGN_U16 = 2, - TCF_EM_ALIGN_U32 = 4 -}; - -#define TCF_EM_CMP_TRANS 1 - -#endif |