X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=ddbc5e563b517d096645785efc593d06df6e3c72;hb=c38cd4bc703054bb77a5261a6b934dfc8e52c0c6;hp=8d8d3535ef38b1ffd840dd023c62eed61e1f9d3d;hpb=8cd4882fd5c3080816a070ad582ef06842f7c482;p=openvswitch diff --git a/ofproto/in-band.h b/ofproto/in-band.h index 8d8d3535..ddbc5e56 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.h @@ -21,6 +21,7 @@ struct dpif; struct in_band; +struct odp_actions; struct ofproto; struct rconn; struct settings; @@ -30,6 +31,10 @@ int in_band_create(struct ofproto *, struct dpif *, struct switch_status *, struct rconn *controller, struct in_band **); void in_band_destroy(struct in_band *); void in_band_run(struct in_band *); +bool in_band_msg_in_hook(struct in_band *, const flow_t *, + const struct ofpbuf *packet); +bool in_band_rule_check(struct in_band *, const flow_t *, + const struct odp_actions *); void in_band_wait(struct in_band *); void in_band_flushed(struct in_band *);