]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/netfilter/xt_tcpudp.h
net: cleanup include/linux
[net-next-2.6.git] / include / linux / netfilter / xt_tcpudp.h
index a490a0bc1d290425db8a724a5c5320fc2230ccb7..38aa7b399021f49c9548f9f8302855104b54a8ae 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 */