:orphan: .. index:: pair: struct; ovs_flow_rule .. _doxid-structovs__flow__rule: struct ovs_flow_rule ==================== .. toctree:: :hidden: Open vSwitch flow rule descriptor structure .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ovs_flow_rule { // fields uint64_t :target:`cookie`; uint64_t :target:`table`; uint64_t :target:`n_packets`; uint64_t :target:`n_bytes`; uint64_t :target:`n_offload_packets`; uint64_t :target:`n_offload_bytes`; char* :target:`body`; };