vcap_counter
struct vcap_counter count = {};
struct vcap_counter ctr = {};
struct vcap_counter *ctr)
struct vcap_counter ctr = {0};
struct vcap_counter ctr;
struct vcap_counter *ctr)
int vcap_rule_set_counter(struct vcap_rule *rule, struct vcap_counter *ctr)
int vcap_rule_get_counter(struct vcap_rule *rule, struct vcap_counter *ctr)
struct vcap_counter *ctr, u64 cookie)
struct vcap_counter temp = {};
struct vcap_counter *ctr, u64 cookie);
int vcap_rule_set_counter(struct vcap_rule *rule, struct vcap_counter *ctr);
int vcap_rule_get_counter(struct vcap_rule *rule, struct vcap_counter *ctr);
struct vcap_counter ctr = { .value = 0, .sticky = false};
struct vcap_counter ctr2 = { .value = 101, .sticky = true};
struct vcap_counter ctr = {};
struct vcap_counter ctr2 = {};
struct vcap_counter counter; /* last read counter value */