Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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 /
src /
linux-headers-5.15.0-46 /
include /
net /
caif /
[ HOME SHELL ]
Name
Size
Permission
Action
caif_dev.h
4.32
KB
-rw-r--r--
caif_device.h
1.82
KB
-rw-r--r--
caif_layer.h
8.69
KB
-rw-r--r--
cfcnfg.h
2.46
KB
-rw-r--r--
cfctrl.h
3.41
KB
-rw-r--r--
cffrml.h
609
B
-rw-r--r--
cfmuxl.h
577
B
-rw-r--r--
cfpkt.h
6.31
KB
-rw-r--r--
cfserl.h
296
B
-rw-r--r--
cfsrvl.h
1.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cffrml.h
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson AB 2010 * Author: Sjur Brendeland */ #ifndef CFFRML_H_ #define CFFRML_H_ #include <net/caif/caif_layer.h> #include <linux/netdevice.h> struct cffrml; struct cflayer *cffrml_create(u16 phyid, bool use_fcs); void cffrml_free(struct cflayer *layr); void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up); void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn); void cffrml_put(struct cflayer *layr); void cffrml_hold(struct cflayer *layr); int cffrml_refcnt_read(struct cflayer *layr); #endif /* CFFRML_H_ */
Close