GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / netfilter / xt_CHECKSUM.h
blob9a2e4661654ec4e915530129e9ec1ab7253ec36c
1 /* Header file for iptables ipt_CHECKSUM target
3 * (C) 2002 by Harald Welte <laforge@gnumonks.org>
4 * (C) 2010 Red Hat Inc
5 * Author: Michael S. Tsirkin <mst@redhat.com>
7 * This software is distributed under GNU GPL v2, 1991
8 */
9 #ifndef _XT_CHECKSUM_TARGET_H
10 #define _XT_CHECKSUM_TARGET_H
12 #include <linux/types.h>
14 #define XT_CHECKSUM_OP_FILL 0x01 /* fill in checksum in IP header */
16 struct xt_CHECKSUM_info {
17 __u8 operation; /* bitset of operations */
20 #endif /* _XT_CHECKSUM_TARGET_H */