![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef __LINUX_TC_EM_TEXT_H 0003 #define __LINUX_TC_EM_TEXT_H 0004 0005 #include <linux/types.h> 0006 #include <linux/pkt_cls.h> 0007 0008 #define TC_EM_TEXT_ALGOSIZ 16 0009 0010 struct tcf_em_text { 0011 char algo[TC_EM_TEXT_ALGOSIZ]; 0012 __u16 from_offset; 0013 __u16 to_offset; 0014 __u16 pattern_len; 0015 __u8 from_layer:4; 0016 __u8 to_layer:4; 0017 __u8 pad; 0018 }; 0019 0020 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |