Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
systemtap /
runtime /
transport /
[ HOME SHELL ]
Name
Size
Permission
Action
control.c
22.29
KB
-rw-r--r--
control.h
1.11
KB
-rw-r--r--
debugfs.c
1.71
KB
-rw-r--r--
procfs.c
4.44
KB
-rw-r--r--
relay_compat.h
536
B
-rw-r--r--
relay_v2.c
11.77
KB
-rw-r--r--
relayfs.c
4.81
KB
-rw-r--r--
relayfs.h
609
B
-rw-r--r--
ring_buffer.c
19.58
KB
-rw-r--r--
symbols.c
15.61
KB
-rw-r--r--
transport.c
21.77
KB
-rw-r--r--
transport.h
3.38
KB
-rw-r--r--
transport_msgs.h
5.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : relayfs.h
#ifndef _TRANSPORT_RELAYFS_H_ /* -*- linux-c -*- */ #define _TRANSPORT_RELAYFS_H_ /** @file relayfs.h * @brief Header file for relayfs transport */ #if defined (CONFIG_RELAYFS_FS) || defined (CONFIG_RELAYFS_FS_MODULE) # include <linux/relayfs_fs.h> #elif defined (CONFIG_RELAY) # include <linux/relay.h> #else # undef STP_RELAYFS #endif # include <linux/namei.h> static struct rchan *_stp_relayfs_open(unsigned n_subbufs, unsigned subbuf_size, int pid, struct dentry **outdir); static void _stp_relayfs_close(struct rchan *chan, struct dentry *dir); #endif /* _TRANSPORT_RELAYFS_H_ */
Close