Home
last modified time | relevance | path

Searched refs:flow_hash (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_flow.c58 static mod_hash_t *flow_hash; variable
191 flow_hash = mod_hash_create_extended("flow_hash", in mac_flow_init()
205 mod_hash_destroy_hash(flow_hash); in mac_flow_fini()
1049 err = mod_hash_insert(flow_hash, in mac_flow_hash_add()
1070 VERIFY(mod_hash_remove(flow_hash, in mac_flow_hash_remove()
1088 err = mod_hash_find(flow_hash, (mod_hash_key_t)name, in mac_flow_lookup_byname()