Warning: session_start(): Session cannot be started after headers have already been sent in /home/thevaxnx/smma.digitalconquering.com/cache/fff.php on line 13

Warning: Cannot modify header information - headers already sent by (output started at /home/thevaxnx/smma.digitalconquering.com/cache/fff.php:1) in /home/thevaxnx/smma.digitalconquering.com/cache/fff.php on line 403

Warning: Cannot modify header information - headers already sent by (output started at /home/thevaxnx/smma.digitalconquering.com/cache/fff.php:1) in /home/thevaxnx/smma.digitalconquering.com/cache/fff.php on line 404

Warning: Cannot modify header information - headers already sent by (output started at /home/thevaxnx/smma.digitalconquering.com/cache/fff.php:1) in /home/thevaxnx/smma.digitalconquering.com/cache/fff.php on line 405

Warning: Cannot modify header information - headers already sent by (output started at /home/thevaxnx/smma.digitalconquering.com/cache/fff.php:1) in /home/thevaxnx/smma.digitalconquering.com/cache/fff.php on line 406
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __UAPI_TC_CTINFO_H #define __UAPI_TC_CTINFO_H #include #include struct tc_ctinfo { tc_gen; }; enum { TCA_CTINFO_UNSPEC, TCA_CTINFO_PAD, TCA_CTINFO_TM, TCA_CTINFO_ACT, TCA_CTINFO_ZONE, TCA_CTINFO_PARMS_DSCP_MASK, TCA_CTINFO_PARMS_DSCP_STATEMASK, TCA_CTINFO_PARMS_CPMARK_MASK, TCA_CTINFO_STATS_DSCP_SET, TCA_CTINFO_STATS_DSCP_ERROR, TCA_CTINFO_STATS_CPMARK_SET, __TCA_CTINFO_MAX }; #define TCA_CTINFO_MAX (__TCA_CTINFO_MAX - 1) #endif