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_hook.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _NFNL_HOOK_H_ #define _NFNL_HOOK_H_ enum nfnl_hook_msg_types { NFNL_MSG_HOOK_GET, NFNL_MSG_HOOK_MAX, }; /** * enum nfnl_hook_attributes - netfilter hook netlink attributes * * @NFNLA_HOOK_HOOKNUM: netfilter hook number (NLA_U32) * @NFNLA_HOOK_PRIORITY: netfilter hook priority (NLA_U32) * @NFNLA_HOOK_DEV: netdevice name (NLA_STRING) * @NFNLA_HOOK_FUNCTION_NAME: hook function name (NLA_STRING) * @NFNLA_HOOK_MODULE_NAME: kernel module that registered this hook (NLA_STRING) * @NFNLA_HOOK_CHAIN_INFO: basechain hook metadata (NLA_NESTED) */ enum nfnl_hook_attributes { NFNLA_HOOK_UNSPEC, NFNLA_HOOK_HOOKNUM, NFNLA_HOOK_PRIORITY, NFNLA_HOOK_DEV, NFNLA_HOOK_FUNCTION_NAME, NFNLA_HOOK_MODULE_NAME, NFNLA_HOOK_CHAIN_INFO, __NFNLA_HOOK_MAX }; #define NFNLA_HOOK_MAX (__NFNLA_HOOK_MAX - 1) /** * enum nfnl_hook_chain_info_attributes - chain description * * NFNLA_HOOK_INFO_DESC: nft chain and table name (enum nft_table_attributes) (NLA_NESTED) * NFNLA_HOOK_INFO_TYPE: chain type (enum nfnl_hook_chaintype) (NLA_U32) */ enum nfnl_hook_chain_info_attributes { NFNLA_HOOK_INFO_UNSPEC, NFNLA_HOOK_INFO_DESC, NFNLA_HOOK_INFO_TYPE, __NFNLA_HOOK_INFO_MAX, }; #define NFNLA_HOOK_INFO_MAX (__NFNLA_HOOK_INFO_MAX - 1) enum nfnl_hook_chain_desc_attributes { NFNLA_CHAIN_UNSPEC, NFNLA_CHAIN_TABLE, NFNLA_CHAIN_FAMILY, NFNLA_CHAIN_NAME, __NFNLA_CHAIN_MAX, }; #define NFNLA_CHAIN_MAX (__NFNLA_CHAIN_MAX - 1) /** * enum nfnl_hook_chaintype - chain type * * @NFNL_HOOK_TYPE_NFTABLES nf_tables base chain */ enum nfnl_hook_chaintype { NFNL_HOOK_TYPE_NFTABLES = 0x1, }; #endif /* _NFNL_HOOK_H */
SIMPAN PERUBAHAN