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