X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fflow.h;h=5bd8c8daa997b0ca43f1fe73fc173e72abeb5b83;hb=6455100f38e9312346f4d58511595f695d813537;hp=e68269e09d4078f6a4d694a8a99d636adcf0cd91;hpb=d929d22c2c543ae3ceafa90b378154e6b4cf9a56;p=sliver-openvswitch.git diff --git a/datapath/flow.h b/datapath/flow.h index e68269e09..5bd8c8daa 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -104,8 +104,7 @@ struct sw_flow { u8 tcp_flags; /* Union of seen TCP flags. */ }; -struct arp_eth_header -{ +struct arp_eth_header { __be16 ar_hrd; /* format of hardware address */ __be16 ar_pro; /* format of protocol address */ unsigned char ar_hln; /* length of hardware address */ @@ -164,9 +163,9 @@ int flow_metadata_from_nlattrs(u32 *priority, u16 *in_port, __be64 *tun_id, #define TBL_MIN_BUCKETS 1024 struct flow_table { - struct flex_array *buckets; - unsigned int count, n_buckets; - struct rcu_head rcu; + struct flex_array *buckets; + unsigned int count, n_buckets; + struct rcu_head rcu; }; static inline int flow_tbl_count(struct flow_table *table)