X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fnx-match.h;h=8931d58a213fb34d5b0cc521b86e7e853dc6c246;hb=999fba59afd9c8eef30d30a6fd2f490b85c24665;hp=c7ee0f8d22430a239c6c0e1f4c56d1c5bc120db2;hpb=e729e7935e5c77eae1ca4a8040d05626f61cf9a2;p=openvswitch diff --git a/lib/nx-match.h b/lib/nx-match.h index c7ee0f8d..8931d58a 100644 --- a/lib/nx-match.h +++ b/lib/nx-match.h @@ -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);