|
@@ -117,11 +117,11 @@ struct nf_conntrack {
|
|
|
|
|
|
#ifdef CONFIG_BRIDGE_NETFILTER
|
|
|
struct nf_bridge_info {
|
|
|
- atomic_t use;
|
|
|
- struct net_device *physindev;
|
|
|
- struct net_device *physoutdev;
|
|
|
- unsigned int mask;
|
|
|
- unsigned long data[32 / sizeof(unsigned long)];
|
|
|
+ atomic_t use;
|
|
|
+ unsigned int mask;
|
|
|
+ struct net_device *physindev;
|
|
|
+ struct net_device *physoutdev;
|
|
|
+ unsigned long data[32 / sizeof(unsigned long)];
|
|
|
};
|
|
|
#endif
|
|
|
|