|
|
| File: [Development] / linux-2.6-xfs / include / linux / netfilter_ipv4 / ipt_MARK.h (download)
Revision 1.2, Fri Mar 4 14:41:21 2005 UTC (12 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.11 Merge of 2.6.x-xfs-melb:linux:21721a by kenmcd. |
#ifndef _IPT_MARK_H_target
#define _IPT_MARK_H_target
/* Version 0 */
struct ipt_mark_target_info {
unsigned long mark;
};
/* Version 1 */
enum {
IPT_MARK_SET=0,
IPT_MARK_AND,
IPT_MARK_OR
};
struct ipt_mark_target_info_v1 {
unsigned long mark;
u_int8_t mode;
};
#endif /*_IPT_MARK_H_target*/