!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-headers-5.15.0-1040/include/target/iscsi/   drwxr-xr-x
Free 83.24 GB of 96.73 GB (86.06%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/socket.h>

/*
 * For struct iscsi_tiqn->tiqn_wwn default groups
 */
extern const struct config_item_type iscsi_stat_instance_cit;
extern const struct config_item_type iscsi_stat_sess_err_cit;
extern const struct config_item_type iscsi_stat_tgt_attr_cit;
extern const struct config_item_type iscsi_stat_login_cit;
extern const struct config_item_type iscsi_stat_logout_cit;

/*
 * For struct iscsi_session->se_sess default groups
 */
extern const struct config_item_type iscsi_stat_sess_cit;

/* iSCSI session error types */
#define ISCSI_SESS_ERR_UNKNOWN        0
#define ISCSI_SESS_ERR_DIGEST        1
#define ISCSI_SESS_ERR_CXN_TIMEOUT    2
#define ISCSI_SESS_ERR_PDU_FORMAT    3

/* iSCSI session error stats */
struct iscsi_sess_err_stats {
    spinlock_t    lock;
    u32        digest_errors;
    u32        cxn_timeout_errors;
    u32        pdu_format_errors;
    u32        last_sess_failure_type;
    char        last_sess_fail_rem_name[ISCSI_IQN_LEN];
} ____cacheline_aligned;

/* iSCSI login failure types (sub oids) */
#define ISCSI_LOGIN_FAIL_OTHER        2
#define ISCSI_LOGIN_FAIL_REDIRECT    3
#define ISCSI_LOGIN_FAIL_AUTHORIZE    4
#define ISCSI_LOGIN_FAIL_AUTHENTICATE    5
#define ISCSI_LOGIN_FAIL_NEGOTIATE    6

/* iSCSI login stats */
struct iscsi_login_stats {
    spinlock_t    lock;
    u32        accepts;
    u32        other_fails;
    u32        redirects;
    u32        authorize_fails;
    u32        authenticate_fails;
    u32        negotiate_fails;    /* used for notifications */
    u64        last_fail_time;        /* time stamp (jiffies) */
    u32        last_fail_type;
    int        last_intr_fail_ip_family;
    struct sockaddr_storage last_intr_fail_sockaddr;
    char        last_intr_fail_name[ISCSI_IQN_LEN];
} ____cacheline_aligned;

/* iSCSI logout stats */
struct iscsi_logout_stats {
    spinlock_t    lock;
    u32        normal_logouts;
    u32        abnormal_logouts;
} ____cacheline_aligned;

#endif   /*** ISCSI_TARGET_STAT_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 ]--