repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
include
/
uapi
/
linux
/
tc_ematch
/
tc_em_nbyte.h
blob
c76333f7f6f265c2127e45bac268988a62668eab
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
8
struct
tcf_em_nbyte
{
9
__u16 off
;
10
__u16 len
:
12
;
11
__u8 layer
:
4
;
12
};
13
14
#endif