struct ovs_flow_rule
Open vSwitch flow rule descriptor structure
#include <ovs_flow_rule.h> struct ovs_flow_rule { // fields uint64_t cookie; uint64_t table; uint64_t n_packets; uint64_t n_bytes; uint64_t n_offload_packets; uint64_t n_offload_bytes; char* body; };