Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdssubr.c228 rdsnext = rds->rds_bind_hash; in rds_bind_hash_remove()
231 rds->rds_bind_hash = NULL; in rds_bind_hash_remove()
259 rdsnext->rds_ptpbhn = &rds->rds_bind_hash; in rds_bind_hash_insert()
261 rds->rds_bind_hash = rdsnext; in rds_bind_hash_insert()
291 rds = rds->rds_bind_hash; in rds_fanout()
H A Drdsddi.c536 rds1 = rds1->rds_bind_hash) { in rds_bind()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drds.h82 struct rds_s *rds_bind_hash; /* Bind hash chain */ member