Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
include /
linux /
tc_act /
[ HOME SHELL ]
Name
Size
Permission
Action
tc_bpf.h
509
B
-rw-r--r--
tc_connmark.h
390
B
-rw-r--r--
tc_csum.h
644
B
-rw-r--r--
tc_ct.h
934
B
-rw-r--r--
tc_ctinfo.h
556
B
-rw-r--r--
tc_defact.h
322
B
-rw-r--r--
tc_gact.h
626
B
-rw-r--r--
tc_gate.h
870
B
-rw-r--r--
tc_ife.h
600
B
-rw-r--r--
tc_ipt.h
415
B
-rw-r--r--
tc_mirred.h
728
B
-rw-r--r--
tc_mpls.h
1
KB
-rw-r--r--
tc_nat.h
424
B
-rw-r--r--
tc_pedit.h
1.49
KB
-rw-r--r--
tc_sample.h
456
B
-rw-r--r--
tc_skbedit.h
848
B
-rw-r--r--
tc_skbmod.h
587
B
-rw-r--r--
tc_tunnel_key.h
2.42
KB
-rw-r--r--
tc_vlan.h
672
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tc_gate.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* Copyright 2020 NXP */ #ifndef __LINUX_TC_GATE_H #define __LINUX_TC_GATE_H #include <linux/pkt_cls.h> struct tc_gate { tc_gen; }; enum { TCA_GATE_ENTRY_UNSPEC, TCA_GATE_ENTRY_INDEX, TCA_GATE_ENTRY_GATE, TCA_GATE_ENTRY_INTERVAL, TCA_GATE_ENTRY_IPV, TCA_GATE_ENTRY_MAX_OCTETS, __TCA_GATE_ENTRY_MAX, }; #define TCA_GATE_ENTRY_MAX (__TCA_GATE_ENTRY_MAX - 1) enum { TCA_GATE_ONE_ENTRY_UNSPEC, TCA_GATE_ONE_ENTRY, __TCA_GATE_ONE_ENTRY_MAX, }; #define TCA_GATE_ONE_ENTRY_MAX (__TCA_GATE_ONE_ENTRY_MAX - 1) enum { TCA_GATE_UNSPEC, TCA_GATE_TM, TCA_GATE_PARMS, TCA_GATE_PAD, TCA_GATE_PRIORITY, TCA_GATE_ENTRY_LIST, TCA_GATE_BASE_TIME, TCA_GATE_CYCLE_TIME, TCA_GATE_CYCLE_TIME_EXT, TCA_GATE_FLAGS, TCA_GATE_CLOCKID, __TCA_GATE_MAX, }; #define TCA_GATE_MAX (__TCA_GATE_MAX - 1) #endif
Close