Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c59 static mod_hash_t *flow_hash; variable
192 flow_hash = mod_hash_create_extended("flow_hash", in mac_flow_init()
206 mod_hash_destroy_hash(flow_hash); in mac_flow_fini()
1050 err = mod_hash_insert(flow_hash, in mac_flow_hash_add()
1071 VERIFY(mod_hash_remove(flow_hash, in mac_flow_hash_remove()
1089 err = mod_hash_find(flow_hash, (mod_hash_key_t)name, in mac_flow_lookup_byname()