- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / include / linux / netfilter / xt_tcpudp.h
index a490a0b..38aa7b3 100644 (file)
@@ -4,8 +4,7 @@
 #include <linux/types.h>
 
 /* TCP matching stuff */
-struct xt_tcp
-{
+struct xt_tcp {
        __u16 spts[2];                  /* Source port range. */
        __u16 dpts[2];                  /* Destination port range. */
        __u8 option;                    /* TCP Option iff non-zero*/
@@ -22,8 +21,7 @@ struct xt_tcp
 #define XT_TCP_INV_MASK                0x0F    /* All possible flags. */
 
 /* UDP matching stuff */
-struct xt_udp
-{
+struct xt_udp {
        __u16 spts[2];                  /* Source port range. */
        __u16 dpts[2];                  /* Destination port range. */
        __u8 invflags;                  /* Inverse flags */