The C and C++ Include Header Files
/usr/include/linux/tc_act/tc_connmark.h
$ cat -n /usr/include/linux/tc_act/tc_connmark.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef __UAPI_TC_CONNMARK_H 3 #define __UAPI_TC_CONNMARK_H 4 5 #include
6 #include
7 8 struct tc_connmark { 9 tc_gen; 10 __u16 zone; 11 }; 12 13 enum { 14 TCA_CONNMARK_UNSPEC, 15 TCA_CONNMARK_PARMS, 16 TCA_CONNMARK_TM, 17 TCA_CONNMARK_PAD, 18 __TCA_CONNMARK_MAX 19 }; 20 #define TCA_CONNMARK_MAX (__TCA_CONNMARK_MAX - 1) 21 22 #endif
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2024 MyWebUniversity.com ™