Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.166
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
snap /
certbot /
5057 /
usr /
include /
rdma /
[ HOME SHELL ]
Name
Size
Permission
Action
hfi
[ DIR ]
drwxr-xr-x
bnxt_re-abi.h
5.27
KB
-rw-r--r--
cxgb4-abi.h
3.05
KB
-rw-r--r--
efa-abi.h
3.41
KB
-rw-r--r--
erdma-abi.h
811
B
-rw-r--r--
hns-abi.h
3.37
KB
-rw-r--r--
ib_user_ioctl_cmds.h
9.67
KB
-rw-r--r--
ib_user_ioctl_verbs.h
7.75
KB
-rw-r--r--
ib_user_mad.h
8.33
KB
-rw-r--r--
ib_user_sa.h
2.25
KB
-rw-r--r--
ib_user_verbs.h
28.29
KB
-rw-r--r--
irdma-abi.h
2.32
KB
-rw-r--r--
mana-abi.h
1.16
KB
-rw-r--r--
mlx4-abi.h
5
KB
-rw-r--r--
mlx5-abi.h
13.62
KB
-rw-r--r--
mlx5_user_ioctl_cmds.h
10.53
KB
-rw-r--r--
mlx5_user_ioctl_verbs.h
3.53
KB
-rw-r--r--
mthca-abi.h
2.98
KB
-rw-r--r--
ocrdma-abi.h
4.02
KB
-rw-r--r--
qedr-abi.h
4.21
KB
-rw-r--r--
rdma_netlink.h
14.72
KB
-rw-r--r--
rdma_user_cm.h
6.96
KB
-rw-r--r--
rdma_user_ioctl.h
3.66
KB
-rw-r--r--
rdma_user_ioctl_cmds.h
2.56
KB
-rw-r--r--
rdma_user_rxe.h
4.86
KB
-rw-r--r--
rvt-abi.h
1.73
KB
-rw-r--r--
siw-abi.h
3.35
KB
-rw-r--r--
vmw_pvrdma-abi.h
7.82
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : erdma-abi.h
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ /* * Copyright (c) 2020-2022, Alibaba Group. */ #ifndef __ERDMA_USER_H__ #define __ERDMA_USER_H__ #include <linux/types.h> #define ERDMA_ABI_VERSION 1 struct erdma_ureq_create_cq { __aligned_u64 db_record_va; __aligned_u64 qbuf_va; __u32 qbuf_len; __u32 rsvd0; }; struct erdma_uresp_create_cq { __u32 cq_id; __u32 num_cqe; }; struct erdma_ureq_create_qp { __aligned_u64 db_record_va; __aligned_u64 qbuf_va; __u32 qbuf_len; __u32 rsvd0; }; struct erdma_uresp_create_qp { __u32 qp_id; __u32 num_sqe; __u32 num_rqe; __u32 rq_offset; }; struct erdma_uresp_alloc_ctx { __u32 dev_id; __u32 pad; __u32 sdb_type; __u32 sdb_offset; __aligned_u64 sdb; __aligned_u64 rdb; __aligned_u64 cdb; }; #endif
Close