ofproto-dpif: Implement PACKET_IN in userspace.
[openvswitch] / lib / nx-match.h
index c7ee0f8d22430a239c6c0e1f4c56d1c5bc120db2..8931d58a213fb34d5b0cc521b86e7e853dc6c246 100644 (file)
@@ -36,6 +36,9 @@ struct nx_action_reg_move;
 
 int nx_pull_match(struct ofpbuf *, unsigned int match_len, uint16_t priority,
                   struct cls_rule *, ovs_be64 *cookie, ovs_be64 *cookie_mask);
+int nx_pull_match_loose(struct ofpbuf *, unsigned int match_len,
+                        uint16_t priority, struct cls_rule *,
+                        ovs_be64 *cookie, ovs_be64 *cookie_mask);
 int nx_put_match(struct ofpbuf *, const struct cls_rule *,
                  ovs_be64 cookie, ovs_be64 cookie_mask);