Searched defs:flow_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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",
205 mod_hash_destroy_hash(flow_hash);
1049 err = mod_hash_insert(flow_hash,
1070 VERIFY(mod_hash_remove(flow_hash,
1088 err = mod_hash_find(flow_hash, (mod_hash_key_t)name,

Completed in 64 milliseconds