Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c818 connf_t connf; in nca_connf_walk_step() local
826 if (mdb_vread(&connf, sizeof (connf_t), wsp->walk_addr) == -1) { in nca_connf_walk_step()
835 if (connf.head != NULL) { in nca_connf_walk_step()
841 (uintptr_t)connf.head) == -1) { in nca_connf_walk_step()
842 mdb_warn("cannot read nca_conn_t at %p", connf.head); in nca_connf_walk_step()
845 status = wsp->walk_callback((uintptr_t)connf.head, &conn, in nca_connf_walk_step()
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2289 struct connf_s connf; in ipcl_hash_get_next_connf_tbl() local
2299 if (mdb_vread(&connf, sizeof (struct connf_s), next) == -1) { in ipcl_hash_get_next_connf_tbl()
2303 addr = (uintptr_t)connf.connf_head; in ipcl_hash_get_next_connf_tbl()