golden hour
/usr/include/linux/netfilter
⬆️ Go Up
Upload
File/Folder
Size
Actions
ipset
-
Del
OK
nf_conntrack_common.h
4.48 KB
Del
OK
nf_conntrack_ftp.h
438 B
Del
OK
nf_conntrack_sctp.h
597 B
Del
OK
nf_conntrack_tcp.h
1.38 KB
Del
OK
nf_conntrack_tuple_common.h
896 B
Del
OK
nf_log.h
538 B
Del
OK
nf_nat.h
1.55 KB
Del
OK
nf_synproxy.h
576 B
Del
OK
nf_tables.h
56.89 KB
Del
OK
nf_tables_compat.h
731 B
Del
OK
nfnetlink.h
2.4 KB
Del
OK
nfnetlink_acct.h
900 B
Del
OK
nfnetlink_compat.h
2.39 KB
Del
OK
nfnetlink_conntrack.h
6.04 KB
Del
OK
nfnetlink_cthelper.h
1.18 KB
Del
OK
nfnetlink_cttimeout.h
2.88 KB
Del
OK
nfnetlink_hook.h
1.65 KB
Del
OK
nfnetlink_log.h
3.03 KB
Del
OK
nfnetlink_osf.h
2.6 KB
Del
OK
nfnetlink_queue.h
3.5 KB
Del
OK
x_tables.h
4.36 KB
Del
OK
xt_AUDIT.h
718 B
Del
OK
xt_CHECKSUM.h
563 B
Del
OK
xt_CLASSIFY.h
217 B
Del
OK
xt_CONNMARK.h
199 B
Del
OK
xt_CONNSECMARK.h
301 B
Del
OK
xt_CT.h
853 B
Del
OK
xt_DSCP.h
697 B
Del
OK
xt_HMARK.h
933 B
Del
OK
xt_IDLETIMER.h
1.6 KB
Del
OK
xt_LED.h
470 B
Del
OK
xt_LOG.h
642 B
Del
OK
xt_MARK.h
184 B
Del
OK
xt_NFLOG.h
556 B
Del
OK
xt_NFQUEUE.h
779 B
Del
OK
xt_RATEEST.h
390 B
Del
OK
xt_SECMARK.h
648 B
Del
OK
xt_SYNPROXY.h
498 B
Del
OK
xt_TCPMSS.h
235 B
Del
OK
xt_TCPOPTSTRIP.h
407 B
Del
OK
xt_TEE.h
333 B
Del
OK
xt_TPROXY.h
575 B
Del
OK
xt_addrtype.h
1.06 KB
Del
OK
xt_bpf.h
935 B
Del
OK
xt_cgroup.h
740 B
Del
OK
xt_cluster.h
374 B
Del
OK
xt_comment.h
230 B
Del
OK
xt_connbytes.h
577 B
Del
OK
xt_connlabel.h
360 B
Del
OK
xt_connlimit.h
575 B
Del
OK
xt_connmark.h
901 B
Del
OK
xt_conntrack.h
2.5 KB
Del
OK
xt_cpu.h
199 B
Del
OK
xt_dccp.h
483 B
Del
OK
xt_devgroup.h
429 B
Del
OK
xt_dscp.h
701 B
Del
OK
xt_ecn.h
736 B
Del
OK
xt_esp.h
418 B
Del
OK
xt_hashlimit.h
3.18 KB
Del
OK
xt_helper.h
188 B
Del
OK
xt_ipcomp.h
485 B
Del
OK
xt_iprange.h
581 B
Del
OK
xt_ipvs.h
680 B
Del
OK
xt_l2tp.h
739 B
Del
OK
xt_length.h
221 B
Del
OK
xt_limit.h
673 B
Del
OK
xt_mac.h
227 B
Del
OK
xt_mark.h
260 B
Del
OK
xt_multiport.h
721 B
Del
OK
xt_nfacct.h
421 B
Del
OK
xt_osf.h
1.66 KB
Del
OK
xt_owner.h
535 B
Del
OK
xt_physdev.h
553 B
Del
OK
xt_pkttype.h
188 B
Del
OK
xt_policy.h
1.03 KB
Del
OK
xt_quota.h
400 B
Del
OK
xt_rateest.h
859 B
Del
OK
xt_realm.h
220 B
Del
OK
xt_recent.h
1.03 KB
Del
OK
xt_rpfilter.h
320 B
Del
OK
xt_sctp.h
2.27 KB
Del
OK
xt_set.h
1.78 KB
Del
OK
xt_socket.h
640 B
Del
OK
xt_state.h
331 B
Del
OK
xt_statistic.h
716 B
Del
OK
xt_string.h
664 B
Del
OK
xt_tcpmss.h
253 B
Del
OK
xt_tcpudp.h
1.22 KB
Del
OK
xt_time.h
730 B
Del
OK
xt_u32.h
752 B
Del
OK
Edit: 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 */
Save