Lines Matching defs:counter_list
316 siftr_find_flow(struct listhead *counter_list, uint32_t id)
323 if (LIST_FIRST(counter_list) != NULL) {
328 LIST_FOREACH(hash_node, counter_list, nodes) {
351 struct listhead *counter_list;
353 counter_list = counter_hash + (info.key & siftr_hashmask);
362 LIST_INSERT_HEAD(counter_list, hash_node, nodes);
379 struct listhead *counter_list;
386 counter_list = counter_hash + (pkt_node->flowid & siftr_hashmask);
387 hash_node = siftr_find_flow(counter_list, pkt_node->flowid);
733 struct listhead *counter_list;
818 counter_list = counter_hash + (hash_id & siftr_hashmask);
819 hash_node = siftr_find_flow(counter_list, hash_id);
880 struct listhead *counter_list;
967 counter_list = counter_hash + (hash_id & siftr_hashmask);
968 hash_node = siftr_find_flow(counter_list, hash_id);