summaryrefslogtreecommitdiffstats
path: root/kernel/net/openvswitch/flow_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/net/openvswitch/flow_table.h')
-rw-r--r--kernel/net/openvswitch/flow_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/net/openvswitch/flow_table.h b/kernel/net/openvswitch/flow_table.h
index 616eda10d..2dd9900f5 100644
--- a/kernel/net/openvswitch/flow_table.h
+++ b/kernel/net/openvswitch/flow_table.h
@@ -86,5 +86,5 @@ struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *,
bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);
void ovs_flow_mask_key(struct sw_flow_key *dst, const struct sw_flow_key *src,
- const struct sw_flow_mask *mask);
+ bool full, const struct sw_flow_mask *mask);
#endif /* flow_table.h */