![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef __LINUX_TC_EM_NBYTE_H 0003 #define __LINUX_TC_EM_NBYTE_H 0004 0005 #include <linux/types.h> 0006 #include <linux/pkt_cls.h> 0007 0008 struct tcf_em_nbyte { 0009 __u16 off; 0010 __u16 len:12; 0011 __u8 layer:4; 0012 }; 0013 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |