PATH:
usr
/
include
/
linux
/
netfilter
/* 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 */
[+]
..
[-] xt_CT.h
[edit]
[-] xt_connbytes.h
[edit]
[-] xt_realm.h
[edit]
[-] xt_TPROXY.h
[edit]
[-] nfnetlink_queue.h
[edit]
[-] xt_rpfilter.h
[edit]
[-] nfnetlink_log.h
[edit]
[-] xt_sctp.h
[edit]
[-] xt_connmark.h
[edit]
[-] xt_DSCP.h
[edit]
[-] xt_iprange.h
[edit]
[-] xt_rateest.h
[edit]
[-] xt_quota.h
[edit]
[-] xt_state.h
[edit]
[-] nf_conntrack_common.h
[edit]
[-] xt_connlabel.h
[edit]
[-] xt_devgroup.h
[edit]
[-] xt_NFQUEUE.h
[edit]
[-] xt_CONNSECMARK.h
[edit]
[-] nf_synproxy.h
[edit]
[-] xt_CHECKSUM.h
[edit]
[-] nfnetlink_conntrack.h
[edit]
[-] xt_IDLETIMER.h
[edit]
[-] nf_conntrack_ftp.h
[edit]
[-] nf_tables_compat.h
[edit]
[-] xt_ipcomp.h
[edit]
[+]
ipset
[-] xt_length.h
[edit]
[-] xt_ecn.h
[edit]
[-] xt_pkttype.h
[edit]
[-] xt_osf.h
[edit]
[-] xt_tcpmss.h
[edit]
[-] nf_conntrack_sctp.h
[edit]
[-] xt_policy.h
[edit]
[-] nf_log.h
[edit]
[-] xt_socket.h
[edit]
[-] xt_LED.h
[edit]
[-] nf_conntrack_tcp.h
[edit]
[-] xt_physdev.h
[edit]
[-] xt_LOG.h
[edit]
[-] xt_hashlimit.h
[edit]
[-] xt_helper.h
[edit]
[-] nf_conntrack_tuple_common.h
[edit]
[-] xt_dscp.h
[edit]
[-] xt_recent.h
[edit]
[-] nfnetlink_cthelper.h
[edit]
[-] xt_mark.h
[edit]
[-] xt_cluster.h
[edit]
[-] xt_owner.h
[edit]
[-] nfnetlink_cttimeout.h
[edit]
[-] xt_time.h
[edit]
[-] xt_TEE.h
[edit]
[-] xt_RATEEST.h
[edit]
[-] xt_conntrack.h
[edit]
[-] xt_u32.h
[edit]
[-] xt_statistic.h
[edit]
[-] xt_CONNMARK.h
[edit]
[-] nf_nat.h
[edit]
[-] xt_HMARK.h
[edit]
[-] nfnetlink_compat.h
[edit]
[-] xt_nfacct.h
[edit]
[-] xt_AUDIT.h
[edit]
[-] nfnetlink_hook.h
[edit]
[-] xt_CLASSIFY.h
[edit]
[-] xt_SECMARK.h
[edit]
[-] xt_addrtype.h
[edit]
[-] nfnetlink.h
[edit]
[-] xt_bpf.h
[edit]
[-] xt_dccp.h
[edit]
[-] xt_ipvs.h
[edit]
[-] xt_cgroup.h
[edit]
[-] xt_cpu.h
[edit]
[-] xt_tcpudp.h
[edit]
[-] nf_tables.h
[edit]
[-] xt_limit.h
[edit]
[-] xt_MARK.h
[edit]
[-] xt_multiport.h
[edit]
[-] xt_TCPOPTSTRIP.h
[edit]
[-] xt_string.h
[edit]
[-] nfnetlink_acct.h
[edit]
[-] xt_NFLOG.h
[edit]
[-] xt_connlimit.h
[edit]
[-] xt_TCPMSS.h
[edit]
[-] x_tables.h
[edit]
[-] nfnetlink_osf.h
[edit]
[-] xt_set.h
[edit]
[-] xt_l2tp.h
[edit]
[-] xt_esp.h
[edit]
[-] xt_comment.h
[edit]
[-] xt_SYNPROXY.h
[edit]
[-] xt_mac.h
[edit]