dpif-linux: Remove poll_fd_woke() optimization from dpif_linux_recv().
[openvswitch] / lib / flow.h
index 78f0b270fb4a8802b6a033e2a8bc71d49deeec82..7606cb3d92c1d5fcd08cebbe2d02d4f98b4fb1ba 100644 (file)
@@ -100,6 +100,9 @@ static inline int flow_compare_3way(const struct flow *, const struct flow *);
 static inline bool flow_equal(const struct flow *, const struct flow *);
 static inline size_t flow_hash(const struct flow *, uint32_t basis);
 
+void flow_set_vlan_vid(struct flow *, ovs_be16 vid);
+void flow_set_vlan_pcp(struct flow *, uint8_t pcp);
+
 void flow_compose(struct ofpbuf *, const struct flow *);
 
 static inline int