PATH:
usr
/
include
/
linux
/
netfilter
#ifndef _LINUX_NETFILTER_XT_RECENT_H #define _LINUX_NETFILTER_XT_RECENT_H 1 #include <linux/types.h> enum { XT_RECENT_CHECK = 1 << 0, XT_RECENT_SET = 1 << 1, XT_RECENT_UPDATE = 1 << 2, XT_RECENT_REMOVE = 1 << 3, XT_RECENT_TTL = 1 << 4, XT_RECENT_REAP = 1 << 5, XT_RECENT_SOURCE = 0, XT_RECENT_DEST = 1, XT_RECENT_NAME_LEN = 200, }; /* Only allowed with --rcheck and --update */ #define XT_RECENT_MODIFIERS (XT_RECENT_TTL|XT_RECENT_REAP) #define XT_RECENT_VALID_FLAGS (XT_RECENT_CHECK|XT_RECENT_SET|XT_RECENT_UPDATE|\ XT_RECENT_REMOVE|XT_RECENT_TTL|XT_RECENT_REAP) struct xt_recent_mtinfo { __u32 seconds; __u32 hit_count; __u8 check_set; __u8 invert; char name[XT_RECENT_NAME_LEN]; __u8 side; }; struct xt_recent_mtinfo_v1 { __u32 seconds; __u32 hit_count; __u8 check_set; __u8 invert; char name[XT_RECENT_NAME_LEN]; __u8 side; union nf_inet_addr mask; }; #endif /* _LINUX_NETFILTER_XT_RECENT_H */
[-] xt_helper.h
[edit]
[-] xt_HMARK.h
[edit]
[-] xt_time.h
[edit]
[-] xt_dccp.h
[edit]
[-] xt_IDLETIMER.h
[edit]
[-] xt_recent.h
[edit]
[-] nfnetlink_acct.h
[edit]
[-] xt_mac.h
[edit]
[-] xt_rateest.h
[edit]
[-] x_tables.h
[edit]
[-] xt_mark.h
[edit]
[-] xt_devgroup.h
[edit]
[-] xt_connlimit.h
[edit]
[-] nf_conntrack_ftp.h
[edit]
[-] nfnetlink_cthelper.h
[edit]
[+]
..
[-] xt_u32.h
[edit]
[-] xt_rpfilter.h
[edit]
[-] nf_tables_compat.h
[edit]
[-] xt_policy.h
[edit]
[-] xt_CLASSIFY.h
[edit]
[-] xt_quota.h
[edit]
[-] xt_TCPOPTSTRIP.h
[edit]
[-] xt_comment.h
[edit]
[-] xt_sctp.h
[edit]
[-] xt_tcpudp.h
[edit]
[-] xt_tcpmss.h
[edit]
[-] xt_nfacct.h
[edit]
[-] xt_TCPMSS.h
[edit]
[-] xt_length.h
[edit]
[-] xt_connlabel.h
[edit]
[-] xt_cpu.h
[edit]
[-] xt_osf.h
[edit]
[-] xt_bpf.h
[edit]
[-] xt_hashlimit.h
[edit]
[-] xt_NFLOG.h
[edit]
[-] nfnetlink_conntrack.h
[edit]
[-] xt_AUDIT.h
[edit]
[-] xt_pkttype.h
[edit]
[-] xt_set.h
[edit]
[-] xt_string.h
[edit]
[-] xt_ipvs.h
[edit]
[-] xt_socket.h
[edit]
[-] nf_tables.h
[edit]
[-] xt_CONNSECMARK.h
[edit]
[-] xt_CONNMARK.h
[edit]
[-] xt_NFQUEUE.h
[edit]
[-] nf_nat.h
[edit]
[-] xt_connbytes.h
[edit]
[-] xt_addrtype.h
[edit]
[-] nfnetlink_log.h
[edit]
[-] xt_LED.h
[edit]
[-] xt_LOG.h
[edit]
[-] xt_physdev.h
[edit]
[-] xt_state.h
[edit]
[-] xt_realm.h
[edit]
[-] xt_SECMARK.h
[edit]
[-] xt_ecn.h
[edit]
[-] xt_cluster.h
[edit]
[+]
ipset
[-] xt_connmark.h
[edit]
[-] xt_esp.h
[edit]
[-] xt_TEE.h
[edit]
[-] xt_owner.h
[edit]
[-] nfnetlink_compat.h
[edit]
[-] xt_cgroup.h
[edit]
[-] xt_CHECKSUM.h
[edit]
[-] xt_TPROXY.h
[edit]
[-] xt_CT.h
[edit]
[-] nf_conntrack_tcp.h
[edit]
[-] xt_iprange.h
[edit]
[-] nf_conntrack_sctp.h
[edit]
[-] xt_DSCP.h
[edit]
[-] nf_conntrack_common.h
[edit]
[-] xt_MARK.h
[edit]
[-] nfnetlink.h
[edit]
[-] xt_conntrack.h
[edit]
[-] nfnetlink_cttimeout.h
[edit]
[-] xt_limit.h
[edit]
[-] xt_RATEEST.h
[edit]
[-] nfnetlink_queue.h
[edit]
[-] nf_conntrack_tuple_common.h
[edit]
[-] xt_dscp.h
[edit]
[-] xt_statistic.h
[edit]
[-] xt_multiport.h
[edit]