diff options
Diffstat (limited to 'net/openvswitch/flow.h')
-rw-r--r-- | net/openvswitch/flow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h index a292bf8ad75c..ac395d2cd821 100644 --- a/net/openvswitch/flow.h +++ b/net/openvswitch/flow.h | |||
@@ -180,10 +180,10 @@ struct arp_eth_header { | |||
180 | unsigned char ar_tip[4]; /* target IP address */ | 180 | unsigned char ar_tip[4]; /* target IP address */ |
181 | } __packed; | 181 | } __packed; |
182 | 182 | ||
183 | void ovs_flow_stats_update(struct sw_flow *flow, struct sk_buff *skb); | 183 | void ovs_flow_stats_update(struct sw_flow *, struct sk_buff *); |
184 | void ovs_flow_stats_get(struct sw_flow *flow, struct ovs_flow_stats *stats, | 184 | void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *, |
185 | unsigned long *used, __be16 *tcp_flags); | 185 | unsigned long *used, __be16 *tcp_flags); |
186 | void ovs_flow_stats_clear(struct sw_flow *flow); | 186 | void ovs_flow_stats_clear(struct sw_flow *); |
187 | u64 ovs_flow_used_time(unsigned long flow_jiffies); | 187 | u64 ovs_flow_used_time(unsigned long flow_jiffies); |
188 | 188 | ||
189 | int ovs_flow_extract(struct sk_buff *, u16 in_port, struct sw_flow_key *); | 189 | int ovs_flow_extract(struct sk_buff *, u16 in_port, struct sw_flow_key *); |