]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/netfilter/xt_multiport.h
net: cleanup include/linux
[mirror_ubuntu-zesty-kernel.git] / include / linux / netfilter / xt_multiport.h
index 185db499fcbc73ceddd6a4d96e61481d068f43b6..5b7e72dfffc568793d3519d9d6140ffec4bcde59 100644 (file)
@@ -3,8 +3,7 @@
 
 #include <linux/types.h>
 
-enum xt_multiport_flags
-{
+enum xt_multiport_flags {
        XT_MULTIPORT_SOURCE,
        XT_MULTIPORT_DESTINATION,
        XT_MULTIPORT_EITHER
@@ -13,15 +12,13 @@ enum xt_multiport_flags
 #define XT_MULTI_PORTS 15
 
 /* Must fit inside union xt_matchinfo: 16 bytes */
-struct xt_multiport
-{
+struct xt_multiport {
        __u8 flags;                             /* Type of comparison */
        __u8 count;                             /* Number of ports */
        __u16 ports[XT_MULTI_PORTS];    /* Ports */
 };
 
-struct xt_multiport_v1
-{
+struct xt_multiport_v1 {
        __u8 flags;                             /* Type of comparison */
        __u8 count;                             /* Number of ports */
        __u16 ports[XT_MULTI_PORTS];    /* Ports */