iptables: (tomj) userspace support for ACCOUNT target, disabled distcc (Makefile...
[ipt_ACCOUNT] / linux / include / linux / netfilter_ipv4 / ipt_ACCOUNT.h
... / ...
CommitLineData
1#ifndef _IPT_ACCOUNT_H
2#define _IPT_ACCOUNT_H
3
4#define ACCOUNT_TABLE_NAME_LEN 32
5
6struct ipt_account_info {
7 u_int32_t net_ip;
8 u_int32_t net_mask;
9 char table_name[ACCOUNT_TABLE_NAME_LEN];
10 int32_t table_nr;
11};
12
13#endif /*_IPT_ACCOUNT_H*/