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