Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c125 static struct htbl ihash_tbl = { variable
249 ihash_tbl.htbl_ptrs = calloc(initial_size, sizeof (void *)); in iftbl_alloc()
257 ihash_tbl.htbl_size = initial_size; in iftbl_alloc()
325 for (phyi = HFIRST(&ihash_tbl, &ifindex); in if_link()
343 HADD(&ihash_tbl, phyi); in if_link()
423 for (i = 0; i < ihash_tbl.htbl_size; i++) { in phys_byname()
424 for (phyi = ihash_tbl.htbl_ptrs[i]; phyi != NULL; in phys_byname()
472 for (phyi = HFIRST(&ihash_tbl, &index); phyi != NULL; in ifwithindex()
796 hash_unlink(&ihash_tbl, phyi); in ifdel()