Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c117 static mod_hash_t *bpf_hash = NULL; variable
407 bpf_hash = mod_hash_create_idhash("bpf_dev_tab", 31, in bpfilterattach()
409 if (bpf_hash == NULL) in bpfilterattach()
421 mod_hash_destroy_idhash(bpf_hash); in bpfilterattach()
422 bpf_hash = NULL; in bpfilterattach()
447 mod_hash_destroy_idhash(bpf_hash); in bpfilterdetach()
448 bpf_hash = NULL; in bpfilterdetach()
1867 (void) mod_hash_find(bpf_hash, (mod_hash_key_t)(uintptr_t)minor, in bpf_dev_find()
1876 (void) mod_hash_insert(bpf_hash, (mod_hash_key_t)(uintptr_t)d->bd_dev, in bpf_dev_add()
1885 (void) mod_hash_remove(bpf_hash, (mod_hash_key_t)(uintptr_t)d->bd_dev, in bpf_dev_remove()
[all …]