aboutsummaryrefslogtreecommitdiff
path: root/lib/meta-flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/meta-flow.h')
-rw-r--r--lib/meta-flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/meta-flow.h b/lib/meta-flow.h
index a3f6701f..d3185e4e 100644
--- a/lib/meta-flow.h
+++ b/lib/meta-flow.h
@@ -355,6 +355,7 @@ void mf_set_value(const struct mf_field *, const union mf_value *value,
void mf_set_flow_value(const struct mf_field *, const union mf_value *value,
struct flow *);
bool mf_is_zero(const struct mf_field *, const struct flow *);
+void mf_mask_field(const struct mf_field *, struct flow *);
void mf_get(const struct mf_field *, const struct match *,
union mf_value *value, union mf_value *mask);