forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __LINUX_TC_EM_NBYTE_H
#define __LINUX_TC_EM_NBYTE_H
 
#include <linux/types.h>
#include <linux/pkt_cls.h>
 
struct tcf_em_nbyte {
   __u16        off;
   __u16        len:12;
   __u8        layer:4;
};
 
#endif