Searched refs:sr_hash_tbl (Results 1 – 1 of 1) sorted by relevance
2368 gld_sr_hash(struct srtab **sr_hash_tbl, uchar_t *addr, int addr_length) in gld_sr_hash() argument2375 return (&sr_hash_tbl[hashval % SR_HASH_SIZE]); in gld_sr_hash()2428 struct srtab **sr_hash_tbl = GLD_SR_HASH(macinfo); in gld_sr_clear() local2437 for (srp = &sr_hash_tbl[i]; (sr = *srp) != NULL; ) { in gld_sr_clear()2449 struct srtab **sr_hash_tbl; in gld_sr_dump() local2452 sr_hash_tbl = GLD_SR_HASH(macinfo); in gld_sr_dump()2453 if (sr_hash_tbl == NULL) in gld_sr_dump()2464 for (sr = sr_hash_tbl[i]; sr; sr = sr->sr_next) { in gld_sr_dump()