GRAYBYTE WORDPRESS FILE MANAGER6655

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/include/linux/netfilter/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/include/linux/netfilter//nfnetlink_conntrack.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPCONNTRACK_NETLINK_H
#define _IPCONNTRACK_NETLINK_H
#include <linux/netfilter/nfnetlink.h>

enum cntl_msg_types {
	IPCTNL_MSG_CT_NEW,
	IPCTNL_MSG_CT_GET,
	IPCTNL_MSG_CT_DELETE,
	IPCTNL_MSG_CT_GET_CTRZERO,
	IPCTNL_MSG_CT_GET_STATS_CPU,
	IPCTNL_MSG_CT_GET_STATS,
	IPCTNL_MSG_CT_GET_DYING,
	IPCTNL_MSG_CT_GET_UNCONFIRMED,

	IPCTNL_MSG_MAX
};

enum ctnl_exp_msg_types {
	IPCTNL_MSG_EXP_NEW,
	IPCTNL_MSG_EXP_GET,
	IPCTNL_MSG_EXP_DELETE,
	IPCTNL_MSG_EXP_GET_STATS_CPU,

	IPCTNL_MSG_EXP_MAX
};


enum ctattr_type {
	CTA_UNSPEC,
	CTA_TUPLE_ORIG,
	CTA_TUPLE_REPLY,
	CTA_STATUS,
	CTA_PROTOINFO,
	CTA_HELP,
	CTA_NAT_SRC,
#define CTA_NAT	CTA_NAT_SRC	/* backwards compatibility */
	CTA_TIMEOUT,
	CTA_MARK,
	CTA_COUNTERS_ORIG,
	CTA_COUNTERS_REPLY,
	CTA_USE,
	CTA_ID,
	CTA_NAT_DST,
	CTA_TUPLE_MASTER,
	CTA_SEQ_ADJ_ORIG,
	CTA_NAT_SEQ_ADJ_ORIG	= CTA_SEQ_ADJ_ORIG,
	CTA_SEQ_ADJ_REPLY,
	CTA_NAT_SEQ_ADJ_REPLY	= CTA_SEQ_ADJ_REPLY,
	CTA_SECMARK,		/* obsolete */
	CTA_ZONE,
	CTA_SECCTX,
	CTA_TIMESTAMP,
	CTA_MARK_MASK,
	CTA_LABELS,
	CTA_LABELS_MASK,
	CTA_SYNPROXY,
	CTA_FILTER,
	CTA_STATUS_MASK,
	__CTA_MAX
};
#define CTA_MAX (__CTA_MAX - 1)

enum ctattr_tuple {
	CTA_TUPLE_UNSPEC,
	CTA_TUPLE_IP,
	CTA_TUPLE_PROTO,
	CTA_TUPLE_ZONE,
	__CTA_TUPLE_MAX
};
#define CTA_TUPLE_MAX (__CTA_TUPLE_MAX - 1)

enum ctattr_ip {
	CTA_IP_UNSPEC,
	CTA_IP_V4_SRC,
	CTA_IP_V4_DST,
	CTA_IP_V6_SRC,
	CTA_IP_V6_DST,
	__CTA_IP_MAX
};
#define CTA_IP_MAX (__CTA_IP_MAX - 1)

enum ctattr_l4proto {
	CTA_PROTO_UNSPEC,
	CTA_PROTO_NUM,
	CTA_PROTO_SRC_PORT,
	CTA_PROTO_DST_PORT,
	CTA_PROTO_ICMP_ID,
	CTA_PROTO_ICMP_TYPE,
	CTA_PROTO_ICMP_CODE,
	CTA_PROTO_ICMPV6_ID,
	CTA_PROTO_ICMPV6_TYPE,
	CTA_PROTO_ICMPV6_CODE,
	__CTA_PROTO_MAX
};
#define CTA_PROTO_MAX (__CTA_PROTO_MAX - 1)

enum ctattr_protoinfo {
	CTA_PROTOINFO_UNSPEC,
	CTA_PROTOINFO_TCP,
	CTA_PROTOINFO_DCCP,
	CTA_PROTOINFO_SCTP,
	__CTA_PROTOINFO_MAX
};
#define CTA_PROTOINFO_MAX (__CTA_PROTOINFO_MAX - 1)

enum ctattr_protoinfo_tcp {
	CTA_PROTOINFO_TCP_UNSPEC,
	CTA_PROTOINFO_TCP_STATE,
	CTA_PROTOINFO_TCP_WSCALE_ORIGINAL,
	CTA_PROTOINFO_TCP_WSCALE_REPLY,
	CTA_PROTOINFO_TCP_FLAGS_ORIGINAL,
	CTA_PROTOINFO_TCP_FLAGS_REPLY,
	__CTA_PROTOINFO_TCP_MAX
};
#define CTA_PROTOINFO_TCP_MAX (__CTA_PROTOINFO_TCP_MAX - 1)

enum ctattr_protoinfo_dccp {
	CTA_PROTOINFO_DCCP_UNSPEC,
	CTA_PROTOINFO_DCCP_STATE,
	CTA_PROTOINFO_DCCP_ROLE,
	CTA_PROTOINFO_DCCP_HANDSHAKE_SEQ,
	CTA_PROTOINFO_DCCP_PAD,
	__CTA_PROTOINFO_DCCP_MAX,
};
#define CTA_PROTOINFO_DCCP_MAX (__CTA_PROTOINFO_DCCP_MAX - 1)

enum ctattr_protoinfo_sctp {
	CTA_PROTOINFO_SCTP_UNSPEC,
	CTA_PROTOINFO_SCTP_STATE,
	CTA_PROTOINFO_SCTP_VTAG_ORIGINAL,
	CTA_PROTOINFO_SCTP_VTAG_REPLY,
	__CTA_PROTOINFO_SCTP_MAX
};
#define CTA_PROTOINFO_SCTP_MAX (__CTA_PROTOINFO_SCTP_MAX - 1)

enum ctattr_counters {
	CTA_COUNTERS_UNSPEC,
	CTA_COUNTERS_PACKETS,		/* 64bit counters */
	CTA_COUNTERS_BYTES,		/* 64bit counters */
	CTA_COUNTERS32_PACKETS,		/* old 32bit counters, unused */
	CTA_COUNTERS32_BYTES,		/* old 32bit counters, unused */
	CTA_COUNTERS_PAD,
	__CTA_COUNTERS_MAX
};
#define CTA_COUNTERS_MAX (__CTA_COUNTERS_MAX - 1)

enum ctattr_tstamp {
	CTA_TIMESTAMP_UNSPEC,
	CTA_TIMESTAMP_START,
	CTA_TIMESTAMP_STOP,
	CTA_TIMESTAMP_PAD,
	__CTA_TIMESTAMP_MAX
};
#define CTA_TIMESTAMP_MAX (__CTA_TIMESTAMP_MAX - 1)

enum ctattr_nat {
	CTA_NAT_UNSPEC,
	CTA_NAT_V4_MINIP,
#define CTA_NAT_MINIP CTA_NAT_V4_MINIP
	CTA_NAT_V4_MAXIP,
#define CTA_NAT_MAXIP CTA_NAT_V4_MAXIP
	CTA_NAT_PROTO,
	CTA_NAT_V6_MINIP,
	CTA_NAT_V6_MAXIP,
	__CTA_NAT_MAX
};
#define CTA_NAT_MAX (__CTA_NAT_MAX - 1)

enum ctattr_protonat {
	CTA_PROTONAT_UNSPEC,
	CTA_PROTONAT_PORT_MIN,
	CTA_PROTONAT_PORT_MAX,
	__CTA_PROTONAT_MAX
};
#define CTA_PROTONAT_MAX (__CTA_PROTONAT_MAX - 1)

enum ctattr_seqadj {
	CTA_SEQADJ_UNSPEC,
	CTA_SEQADJ_CORRECTION_POS,
	CTA_SEQADJ_OFFSET_BEFORE,
	CTA_SEQADJ_OFFSET_AFTER,
	__CTA_SEQADJ_MAX
};
#define CTA_SEQADJ_MAX (__CTA_SEQADJ_MAX - 1)

enum ctattr_natseq {
	CTA_NAT_SEQ_UNSPEC,
	CTA_NAT_SEQ_CORRECTION_POS,
	CTA_NAT_SEQ_OFFSET_BEFORE,
	CTA_NAT_SEQ_OFFSET_AFTER,
	__CTA_NAT_SEQ_MAX
};
#define CTA_NAT_SEQ_MAX (__CTA_NAT_SEQ_MAX - 1)

enum ctattr_synproxy {
	CTA_SYNPROXY_UNSPEC,
	CTA_SYNPROXY_ISN,
	CTA_SYNPROXY_ITS,
	CTA_SYNPROXY_TSOFF,
	__CTA_SYNPROXY_MAX,
};
#define CTA_SYNPROXY_MAX (__CTA_SYNPROXY_MAX - 1)

enum ctattr_expect {
	CTA_EXPECT_UNSPEC,
	CTA_EXPECT_MASTER,
	CTA_EXPECT_TUPLE,
	CTA_EXPECT_MASK,
	CTA_EXPECT_TIMEOUT,
	CTA_EXPECT_ID,
	CTA_EXPECT_HELP_NAME,
	CTA_EXPECT_ZONE,
	CTA_EXPECT_FLAGS,
	CTA_EXPECT_CLASS,
	CTA_EXPECT_NAT,
	CTA_EXPECT_FN,
	__CTA_EXPECT_MAX
};
#define CTA_EXPECT_MAX (__CTA_EXPECT_MAX - 1)

enum ctattr_expect_nat {
	CTA_EXPECT_NAT_UNSPEC,
	CTA_EXPECT_NAT_DIR,
	CTA_EXPECT_NAT_TUPLE,
	__CTA_EXPECT_NAT_MAX
};
#define CTA_EXPECT_NAT_MAX (__CTA_EXPECT_NAT_MAX - 1)

enum ctattr_help {
	CTA_HELP_UNSPEC,
	CTA_HELP_NAME,
	CTA_HELP_INFO,
	__CTA_HELP_MAX
};
#define CTA_HELP_MAX (__CTA_HELP_MAX - 1)

enum ctattr_secctx {
	CTA_SECCTX_UNSPEC,
	CTA_SECCTX_NAME,
	__CTA_SECCTX_MAX
};
#define CTA_SECCTX_MAX (__CTA_SECCTX_MAX - 1)

enum ctattr_stats_cpu {
	CTA_STATS_UNSPEC,
	CTA_STATS_SEARCHED,	/* no longer used */
	CTA_STATS_FOUND,
	CTA_STATS_NEW,		/* no longer used */
	CTA_STATS_INVALID,
	CTA_STATS_IGNORE,	/* no longer used */
	CTA_STATS_DELETE,	/* no longer used */
	CTA_STATS_DELETE_LIST,	/* no longer used */
	CTA_STATS_INSERT,
	CTA_STATS_INSERT_FAILED,
	CTA_STATS_DROP,
	CTA_STATS_EARLY_DROP,
	CTA_STATS_ERROR,
	CTA_STATS_SEARCH_RESTART,
	CTA_STATS_CLASH_RESOLVE,
	__CTA_STATS_MAX,
};
#define CTA_STATS_MAX (__CTA_STATS_MAX - 1)

enum ctattr_stats_global {
	CTA_STATS_GLOBAL_UNSPEC,
	CTA_STATS_GLOBAL_ENTRIES,
	CTA_STATS_GLOBAL_MAX_ENTRIES,
	__CTA_STATS_GLOBAL_MAX,
};
#define CTA_STATS_GLOBAL_MAX (__CTA_STATS_GLOBAL_MAX - 1)

enum ctattr_expect_stats {
	CTA_STATS_EXP_UNSPEC,
	CTA_STATS_EXP_NEW,
	CTA_STATS_EXP_CREATE,
	CTA_STATS_EXP_DELETE,
	__CTA_STATS_EXP_MAX,
};
#define CTA_STATS_EXP_MAX (__CTA_STATS_EXP_MAX - 1)

enum ctattr_filter {
	CTA_FILTER_UNSPEC,
	CTA_FILTER_ORIG_FLAGS,
	CTA_FILTER_REPLY_FLAGS,
	__CTA_FILTER_MAX
};
#define CTA_FILTER_MAX (__CTA_FILTER_MAX - 1)

#endif /* _IPCONNTRACK_NETLINK_H */

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 24 2025 08:30:34
root / root
0755
ipset
--
June 24 2025 08:30:34
root / root
0755
nf_conntrack_common.h
4.48 KB
June 04 2025 13:19:41
root / root
0644
nf_conntrack_ftp.h
0.428 KB
June 04 2025 13:19:41
root / root
0644
nf_conntrack_sctp.h
0.563 KB
June 04 2025 13:19:41
root / root
0644
nf_conntrack_tcp.h
1.382 KB
June 04 2025 13:19:41
root / root
0644
nf_conntrack_tuple_common.h
0.875 KB
June 04 2025 13:19:41
root / root
0644
nf_log.h
0.525 KB
June 04 2025 13:19:41
root / root
0644
nf_nat.h
1.486 KB
June 04 2025 13:19:41
root / root
0644
nf_osf.h
1.902 KB
June 04 2025 13:19:41
root / root
0644
nf_tables.h
48.243 KB
June 04 2025 13:19:41
root / root
0644
nf_tables_compat.h
0.714 KB
June 04 2025 13:19:41
root / root
0644
nfnetlink.h
2.371 KB
June 04 2025 13:19:41
root / root
0644
nfnetlink_acct.h
0.879 KB
June 04 2025 13:19:41
root / root
0644
nfnetlink_compat.h
2.387 KB
June 04 2025 13:19:41
root / root
0644
nfnetlink_conntrack.h
6.016 KB
June 04 2025 13:19:41
root / root
0644
nfnetlink_cthelper.h
1.174 KB
June 04 2025 13:19:41
root / root
0644
nfnetlink_cttimeout.h
2.861 KB
June 04 2025 13:19:41
root / root
0644
nfnetlink_log.h
2.733 KB
June 04 2025 13:19:41
root / root
0644
nfnetlink_queue.h
3.417 KB
June 04 2025 13:19:41
root / root
0644
x_tables.h
4.362 KB
June 04 2025 13:19:41
root / root
0644
xt_AUDIT.h
0.701 KB
June 04 2025 13:19:41
root / root
0644
xt_CHECKSUM.h
0.55 KB
June 04 2025 13:19:41
root / root
0644
xt_CLASSIFY.h
0.212 KB
June 04 2025 13:19:41
root / root
0644
xt_CONNMARK.h
0.194 KB
June 04 2025 13:19:41
root / root
0644
xt_CONNSECMARK.h
0.294 KB
June 04 2025 13:19:41
root / root
0644
xt_CT.h
0.833 KB
June 04 2025 13:19:41
root / root
0644
xt_DSCP.h
0.681 KB
June 04 2025 13:19:41
root / root
0644
xt_HMARK.h
0.911 KB
June 04 2025 13:19:41
root / root
0644
xt_IDLETIMER.h
1.36 KB
June 04 2025 13:19:41
root / root
0644
xt_LED.h
0.459 KB
June 04 2025 13:19:41
root / root
0644
xt_LOG.h
0.627 KB
June 04 2025 13:19:41
root / root
0644
xt_MARK.h
0.18 KB
June 04 2025 13:19:41
root / root
0644
xt_NFLOG.h
0.543 KB
June 04 2025 13:19:41
root / root
0644
xt_NFQUEUE.h
0.761 KB
June 04 2025 13:19:41
root / root
0644
xt_RATEEST.h
0.381 KB
June 04 2025 13:19:41
root / root
0644
xt_SECMARK.h
0.633 KB
June 04 2025 13:19:41
root / root
0644
xt_SYNPROXY.h
0.409 KB
June 04 2025 13:19:41
root / root
0644
xt_TCPMSS.h
0.229 KB
June 04 2025 13:19:41
root / root
0644
xt_TCPOPTSTRIP.h
0.397 KB
June 04 2025 13:19:41
root / root
0644
xt_TEE.h
0.325 KB
June 04 2025 13:19:41
root / root
0644
xt_TPROXY.h
0.562 KB
June 04 2025 13:19:41
root / root
0644
xt_addrtype.h
1.059 KB
June 04 2025 13:19:41
root / root
0644
xt_bpf.h
0.913 KB
June 04 2025 13:19:41
root / root
0644
xt_cgroup.h
0.452 KB
June 04 2025 13:19:41
root / root
0644
xt_cluster.h
0.365 KB
June 04 2025 13:19:41
root / root
0644
xt_comment.h
0.225 KB
June 04 2025 13:19:41
root / root
0644
xt_connbytes.h
0.563 KB
June 04 2025 13:19:41
root / root
0644
xt_connlabel.h
0.352 KB
June 04 2025 13:19:41
root / root
0644
xt_connlimit.h
0.562 KB
June 04 2025 13:19:41
root / root
0644
xt_connmark.h
0.879 KB
June 04 2025 13:19:41
root / root
0644
xt_conntrack.h
2.497 KB
June 04 2025 13:19:41
root / root
0644
xt_cpu.h
0.194 KB
June 04 2025 13:19:41
root / root
0644
xt_dccp.h
0.472 KB
June 04 2025 13:19:41
root / root
0644
xt_devgroup.h
0.419 KB
June 04 2025 13:19:41
root / root
0644
xt_dscp.h
0.685 KB
June 04 2025 13:19:41
root / root
0644
xt_ecn.h
0.719 KB
June 04 2025 13:19:41
root / root
0644
xt_esp.h
0.408 KB
June 04 2025 13:19:41
root / root
0644
xt_hashlimit.h
3.18 KB
June 04 2025 13:19:41
root / root
0644
xt_helper.h
0.184 KB
June 04 2025 13:19:41
root / root
0644
xt_ipcomp.h
0.474 KB
June 04 2025 13:19:41
root / root
0644
xt_iprange.h
0.567 KB
June 04 2025 13:19:41
root / root
0644
xt_ipvs.h
0.664 KB
June 04 2025 13:19:41
root / root
0644
xt_l2tp.h
0.722 KB
June 04 2025 13:19:41
root / root
0644
xt_length.h
0.216 KB
June 04 2025 13:19:41
root / root
0644
xt_limit.h
0.657 KB
June 04 2025 13:19:41
root / root
0644
xt_mac.h
0.222 KB
June 04 2025 13:19:41
root / root
0644
xt_mark.h
0.254 KB
June 04 2025 13:19:41
root / root
0644
xt_multiport.h
0.704 KB
June 04 2025 13:19:41
root / root
0644
xt_nfacct.h
0.294 KB
June 04 2025 13:19:41
root / root
0644
xt_osf.h
1.79 KB
June 04 2025 13:19:41
root / root
0644
xt_owner.h
0.41 KB
June 04 2025 13:19:41
root / root
0644
xt_physdev.h
0.54 KB
June 04 2025 13:19:41
root / root
0644
xt_pkttype.h
0.184 KB
June 04 2025 13:19:41
root / root
0644
xt_policy.h
0.998 KB
June 04 2025 13:19:41
root / root
0644
xt_quota.h
0.391 KB
June 04 2025 13:19:41
root / root
0644
xt_rateest.h
0.839 KB
June 04 2025 13:19:41
root / root
0644
xt_realm.h
0.215 KB
June 04 2025 13:19:41
root / root
0644
xt_recent.h
1.033 KB
June 04 2025 13:19:41
root / root
0644
xt_rpfilter.h
0.313 KB
June 04 2025 13:19:41
root / root
0644
xt_sctp.h
2.271 KB
June 04 2025 13:19:41
root / root
0644
xt_set.h
1.784 KB
June 04 2025 13:19:41
root / root
0644
xt_socket.h
0.625 KB
June 04 2025 13:19:41
root / root
0644
xt_state.h
0.323 KB
June 04 2025 13:19:41
root / root
0644
xt_statistic.h
0.699 KB
June 04 2025 13:19:41
root / root
0644
xt_string.h
0.648 KB
June 04 2025 13:19:41
root / root
0644
xt_tcpmss.h
0.247 KB
June 04 2025 13:19:41
root / root
0644
xt_tcpudp.h
1.221 KB
June 04 2025 13:19:41
root / root
0644
xt_time.h
0.713 KB
June 04 2025 13:19:41
root / root
0644
xt_u32.h
0.734 KB
June 04 2025 13:19:41
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF