Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/linux/tc_act/tc_defact.h
$ cat -n /usr/include/linux/tc_act/tc_defact.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef __LINUX_TC_DEF_H 3 #define __LINUX_TC_DEF_H 4 5 #include
6 7 struct tc_defact { 8 tc_gen; 9 }; 10 11 enum { 12 TCA_DEF_UNSPEC, 13 TCA_DEF_TM, 14 TCA_DEF_PARMS, 15 TCA_DEF_DATA, 16 TCA_DEF_PAD, 17 __TCA_DEF_MAX 18 }; 19 #define TCA_DEF_MAX (__TCA_DEF_MAX - 1) 20 21 #endif
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™