2005-04-17 06:20:36 +08:00
|
|
|
#ifndef __LINUX_TC_EM_NBYTE_H
|
|
|
|
#define __LINUX_TC_EM_NBYTE_H
|
|
|
|
|
2009-01-30 22:43:41 +08:00
|
|
|
#include <linux/types.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
#include <linux/pkt_cls.h>
|
|
|
|
|
2009-11-05 01:50:58 +08:00
|
|
|
struct tcf_em_nbyte {
|
2005-04-17 06:20:36 +08:00
|
|
|
__u16 off;
|
|
|
|
__u16 len:12;
|
|
|
|
__u8 layer:4;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|