• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/include/linux/netfilter_ipv4/
1#ifndef _IPT_CONNLIMIT_H
2#define _IPT_CONNLIMIT_H
3
4struct ipt_connlimit_data;
5
6struct ipt_connlimit_info {
7	int limit;
8	int inverse;
9	u_int32_t mask;
10	struct ipt_connlimit_data *data;
11};
12#endif /* _IPT_CONNLIMIT_H */
13