PATH: //proc/self/root/usr/include/linux/netfilter
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📁 ipset/
X
📄 nf_conntrack_common.h
↓
X
📄 nf_conntrack_ftp.h
↓
X
📄 nf_conntrack_sctp.h
↓
X
📄 nf_conntrack_tcp.h
↓
X
📄 nf_conntrack_tuple_common.h
↓
X
📄 nf_log.h
↓
X
📄 nf_nat.h
↓
X
📄 nf_synproxy.h
↓
X
📄 nf_tables.h
↓
X
📄 nf_tables_compat.h
↓
X
📄 nfnetlink.h
↓
X
📄 nfnetlink_acct.h
↓
X
📄 nfnetlink_compat.h
↓
X
📄 nfnetlink_conntrack.h
↓
X
📄 nfnetlink_cthelper.h
↓
X
📄 nfnetlink_cttimeout.h
↓
X
📄 nfnetlink_hook.h
↓
X
📄 nfnetlink_log.h
↓
X
📄 nfnetlink_osf.h
↓
X
📄 nfnetlink_queue.h
↓
X
📄 x_tables.h
↓
X
📄 xt_AUDIT.h
↓
X
📄 xt_CHECKSUM.h
↓
X
📄 xt_CLASSIFY.h
↓
X
📄 xt_CONNMARK.h
↓
X
📄 xt_CONNSECMARK.h
↓
X
📄 xt_CT.h
↓
X
📄 xt_DSCP.h
↓
X
📄 xt_HMARK.h
↓
X
📄 xt_IDLETIMER.h
↓
X
📄 xt_LED.h
↓
X
📄 xt_LOG.h
↓
X
📄 xt_MARK.h
↓
X
📄 xt_NFLOG.h
↓
X
📄 xt_NFQUEUE.h
↓
X
📄 xt_RATEEST.h
↓
X
📄 xt_SECMARK.h
↓
X
📄 xt_SYNPROXY.h
↓
X
📄 xt_TCPMSS.h
↓
X
📄 xt_TCPOPTSTRIP.h
↓
X
📄 xt_TEE.h
↓
X
📄 xt_TPROXY.h
↓
X
📄 xt_addrtype.h
↓
X
📄 xt_bpf.h
↓
X
📄 xt_cgroup.h
↓
X
📄 xt_cluster.h
↓
X
📄 xt_comment.h
↓
X
📄 xt_connbytes.h
↓
X
📄 xt_connlabel.h
↓
X
📄 xt_connlimit.h
↓
X
📄 xt_connmark.h
↓
X
📄 xt_conntrack.h
↓
X
📄 xt_cpu.h
↓
X
📄 xt_dccp.h
↓
X
📄 xt_devgroup.h
↓
X
📄 xt_dscp.h
↓
X
📄 xt_ecn.h
↓
X
📄 xt_esp.h
↓
X
📄 xt_hashlimit.h
↓
X
📄 xt_helper.h
↓
X
📄 xt_ipcomp.h
↓
X
📄 xt_iprange.h
↓
X
📄 xt_ipvs.h
↓
X
📄 xt_l2tp.h
↓
X
📄 xt_length.h
↓
X
📄 xt_limit.h
↓
X
📄 xt_mac.h
↓
X
📄 xt_mark.h
↓
X
📄 xt_multiport.h
↓
X
📄 xt_nfacct.h
↓
X
📄 xt_osf.h
↓
X
📄 xt_owner.h
↓
X
📄 xt_physdev.h
↓
X
📄 xt_pkttype.h
↓
X
📄 xt_policy.h
↓
X
📄 xt_quota.h
↓
X
📄 xt_rateest.h
↓
X
📄 xt_realm.h
↓
X
📄 xt_recent.h
↓
X
📄 xt_rpfilter.h
↓
X
📄 xt_sctp.h
↓
X
📄 xt_set.h
↓
X
📄 xt_socket.h
↓
X
📄 xt_state.h
↓
X
📄 xt_statistic.h
↓
X
📄 xt_string.h
↓
X
📄 xt_tcpmss.h
↓
X
📄 xt_tcpudp.h
↓
X
📄 xt_time.h
↓
X
📄 xt_u32.h
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: nfnetlink_log.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _NFNETLINK_LOG_H #define _NFNETLINK_LOG_H /* This file describes the netlink messages (i.e. 'protocol packets'), * and not any kind of function definitions. It is shared between kernel and * userspace. Don't put kernel specific stuff in here */ #include <linux/types.h> #include <linux/netfilter/nfnetlink.h> enum nfulnl_msg_types { NFULNL_MSG_PACKET, /* packet from kernel to userspace */ NFULNL_MSG_CONFIG, /* connect to a particular queue */ NFULNL_MSG_MAX }; struct nfulnl_msg_packet_hdr { __be16 hw_protocol; /* hw protocol (network order) */ __u8 hook; /* netfilter hook */ __u8 _pad; }; struct nfulnl_msg_packet_hw { __be16 hw_addrlen; __u16 _pad; __u8 hw_addr[8]; }; struct nfulnl_msg_packet_timestamp { __aligned_be64 sec; __aligned_be64 usec; }; enum nfulnl_vlan_attr { NFULA_VLAN_UNSPEC, NFULA_VLAN_PROTO, /* __be16 skb vlan_proto */ NFULA_VLAN_TCI, /* __be16 skb htons(vlan_tci) */ __NFULA_VLAN_MAX, }; #define NFULA_VLAN_MAX (__NFULA_VLAN_MAX + 1) enum nfulnl_attr_type { NFULA_UNSPEC, NFULA_PACKET_HDR, NFULA_MARK, /* __u32 nfmark */ NFULA_TIMESTAMP, /* nfulnl_msg_packet_timestamp */ NFULA_IFINDEX_INDEV, /* __u32 ifindex */ NFULA_IFINDEX_OUTDEV, /* __u32 ifindex */ NFULA_IFINDEX_PHYSINDEV, /* __u32 ifindex */ NFULA_IFINDEX_PHYSOUTDEV, /* __u32 ifindex */ NFULA_HWADDR, /* nfulnl_msg_packet_hw */ NFULA_PAYLOAD, /* opaque data payload */ NFULA_PREFIX, /* string prefix */ NFULA_UID, /* user id of socket */ NFULA_SEQ, /* instance-local sequence number */ NFULA_SEQ_GLOBAL, /* global sequence number */ NFULA_GID, /* group id of socket */ NFULA_HWTYPE, /* hardware type */ NFULA_HWHEADER, /* hardware header */ NFULA_HWLEN, /* hardware header length */ NFULA_CT, /* nfnetlink_conntrack.h */ NFULA_CT_INFO, /* enum ip_conntrack_info */ NFULA_VLAN, /* nested attribute: packet vlan info */ NFULA_L2HDR, /* full L2 header */ __NFULA_MAX }; #define NFULA_MAX (__NFULA_MAX - 1) enum nfulnl_msg_config_cmds { NFULNL_CFG_CMD_NONE, NFULNL_CFG_CMD_BIND, NFULNL_CFG_CMD_UNBIND, NFULNL_CFG_CMD_PF_BIND, NFULNL_CFG_CMD_PF_UNBIND, }; struct nfulnl_msg_config_cmd { __u8 command; /* nfulnl_msg_config_cmds */ } __attribute__ ((packed)); struct nfulnl_msg_config_mode { __be32 copy_range; __u8 copy_mode; __u8 _pad; } __attribute__ ((packed)); enum nfulnl_attr_config { NFULA_CFG_UNSPEC, NFULA_CFG_CMD, /* nfulnl_msg_config_cmd */ NFULA_CFG_MODE, /* nfulnl_msg_config_mode */ NFULA_CFG_NLBUFSIZ, /* __u32 buffer size */ NFULA_CFG_TIMEOUT, /* __u32 in 1/100 s */ NFULA_CFG_QTHRESH, /* __u32 */ NFULA_CFG_FLAGS, /* __u16 */ __NFULA_CFG_MAX }; #define NFULA_CFG_MAX (__NFULA_CFG_MAX -1) #define NFULNL_COPY_NONE 0x00 #define NFULNL_COPY_META 0x01 #define NFULNL_COPY_PACKET 0x02 /* 0xff is reserved, don't use it for new copy modes. */ #define NFULNL_CFG_F_SEQ 0x0001 #define NFULNL_CFG_F_SEQ_GLOBAL 0x0002 #define NFULNL_CFG_F_CONNTRACK 0x0004 #endif /* _NFNETLINK_LOG_H */
SIMPAN PERUBAHAN