Lines Matching refs:flowhash

477 	struct soflow_hash_head *flowhash = NULL;  in soflow_db_free()  local
486 flowhash = &db->soflow_db_hashbase[i]; in soflow_db_free()
487 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_db_free()
556 struct soflow_hash_head *flowhash = NULL; in soflow_db_lookup_entry_internal() local
588 flowhash = &db->soflow_db_hashbase[inp_hash_element]; in soflow_db_lookup_entry_internal()
590 LIST_FOREACH(nextentry, flowhash, soflow_entry_link) { in soflow_db_lookup_entry_internal()
623 struct soflow_hash_head *flowhash = NULL; in soflow_db_lookup_by_feature_context_id() local
628 flowhash = &db->soflow_db_hashbase[inp_hash_element]; in soflow_db_lookup_by_feature_context_id()
630 LIST_FOREACH(nextentry, flowhash, soflow_entry_link) { in soflow_db_lookup_by_feature_context_id()
725 struct soflow_hash_head *flowhash = NULL; in soflow_db_add_entry() local
768 flowhash = &db->soflow_db_hashbase[inp_hash_element]; in soflow_db_add_entry()
770 LIST_INSERT_HEAD(flowhash, entry, soflow_entry_link); in soflow_db_add_entry()
1379 struct soflow_hash_head *flowhash = NULL; in soflow_gc_cleanup() local
1402 flowhash = &db->soflow_db_hashbase[i]; in soflow_gc_cleanup()
1403 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_gc_cleanup()
1521 struct soflow_hash_head *flowhash = NULL; in soflow_db_apply() local
1536 flowhash = &db->soflow_db_hashbase[i]; in soflow_db_apply()
1537 LIST_FOREACH_SAFE(entry, flowhash, soflow_entry_link, temp_entry) { in soflow_db_apply()