!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-6.8-headers-6.8.0-1028/include/linux/platform_data/   drwxr-xr-x
Free 83.32 GB of 96.73 GB (86.14%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     dsa.h (1.61 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __DSA_PDATA_H
#define __DSA_PDATA_H

struct device;
struct net_device;

#define DSA_MAX_SWITCHES    4
#define DSA_MAX_PORTS        12
#define DSA_RTABLE_NONE        -1

struct dsa_chip_data {
    /*
     * How to access the switch configuration registers.
     */
    struct device    *host_dev;
    int        sw_addr;

    /*
     * Reference to network devices
     */
    struct device    *netdev[DSA_MAX_PORTS];

    /* set to size of eeprom if supported by the switch */
    int        eeprom_len;

    /* Device tree node pointer for this specific switch chip
     * used during switch setup in case additional properties
     * and resources needs to be used
     */
    struct device_node *of_node;

    /*
     * The names of the switch's ports.  Use "cpu" to
     * designate the switch port that the cpu is connected to,
     * "dsa" to indicate that this port is a DSA link to
     * another switch, NULL to indicate the port is unused,
     * or any other string to indicate this is a physical port.
     */
    char        *port_names[DSA_MAX_PORTS];
    struct device_node *port_dn[DSA_MAX_PORTS];

    /*
     * An array of which element [a] indicates which port on this
     * switch should be used to send packets to that are destined
     * for switch a. Can be NULL if there is only one switch chip.
     */
    s8        rtable[DSA_MAX_SWITCHES];
};

struct dsa_platform_data {
    /*
     * Reference to a Linux network interface that connects
     * to the root switch chip of the tree.
     */
    struct device    *netdev;
    struct net_device *of_netdev;

    /*
     * Info structs describing each of the switch chips
     * connected via this network interface.
     */
    int        nr_chips;
    struct dsa_chip_data    *chip;
};


#endif /* __DSA_PDATA_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0045 ]--