Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef __LINUX_TC_EM_NBYTE_H
3#define __LINUX_TC_EM_NBYTE_H
4
5#include <linux/types.h>
6#include <linux/pkt_cls.h>
7
8struct tcf_em_nbyte {
9 __u16 off;
10 __u16 len:12;
11 __u8 layer:4;
12};
13
14#endif
15

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/include/uapi/linux/tc_ematch/tc_em_nbyte.h