Searched defs:hns3_flow_counter (Results 1 – 1 of 1) sorted by relevance
127 struct hns3_flow_counter { struct129 uint32_t shared:1; /* Share counter ID with other flow rules. */130 uint32_t ref_cnt:31; /* Reference counter. */131 uint16_t id; /* Counter ID. */132 uint64_t hits; /* Number of packets matched by the rule. */