PATH:
usr
/
include
/
linux
/
netfilter
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _NFNL_ACCT_H_ #define _NFNL_ACCT_H_ #ifndef NFACCT_NAME_MAX #define NFACCT_NAME_MAX 32 #endif enum nfnl_acct_msg_types { NFNL_MSG_ACCT_NEW, NFNL_MSG_ACCT_GET, NFNL_MSG_ACCT_GET_CTRZERO, NFNL_MSG_ACCT_DEL, NFNL_MSG_ACCT_OVERQUOTA, NFNL_MSG_ACCT_MAX }; enum nfnl_acct_flags { NFACCT_F_QUOTA_PKTS = (1 << 0), NFACCT_F_QUOTA_BYTES = (1 << 1), NFACCT_F_OVERQUOTA = (1 << 2), /* can't be set from userspace */ }; enum nfnl_acct_type { NFACCT_UNSPEC, NFACCT_NAME, NFACCT_PKTS, NFACCT_BYTES, NFACCT_USE, NFACCT_FLAGS, NFACCT_QUOTA, NFACCT_FILTER, NFACCT_PAD, __NFACCT_MAX }; #define NFACCT_MAX (__NFACCT_MAX - 1) enum nfnl_attr_filter_type { NFACCT_FILTER_UNSPEC, NFACCT_FILTER_MASK, NFACCT_FILTER_VALUE, __NFACCT_FILTER_MAX }; #define NFACCT_FILTER_MAX (__NFACCT_FILTER_MAX - 1) #endif /* _NFNL_ACCT_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]