include/linux/netfilter/xt_NFLOG.h
author Florian Westphal <fw@strlen.de>
Sun, 11 Jan 2009 20:20:11 +0100
changeset 0 aa628870c1d3
child 2 d1f6d8b6f81c
permissions -rw-r--r--
Port of Linux 2.6.28 for use with network simulation cradle.

#ifndef _XT_NFLOG_TARGET
#define _XT_NFLOG_TARGET

#define XT_NFLOG_DEFAULT_GROUP		0x1
#define XT_NFLOG_DEFAULT_THRESHOLD	1

#define XT_NFLOG_MASK			0x0

struct xt_nflog_info {
	u_int32_t	len;
	u_int16_t	group;
	u_int16_t	threshold;
	u_int16_t	flags;
	u_int16_t	pad;
	char		prefix[64];
};

#endif /* _XT_NFLOG_TARGET */