Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c627 *doi = rhtp->tpc_tp.tp_doi; in tsol_find_unlabeled_label()
628 switch (rhtp->tpc_tp.host_type) { in tsol_find_unlabeled_label()
630 *sl = rhtp->tpc_tp.tp_def_label; in tsol_find_unlabeled_label()
1128 tsol_tpc_t *rhtp; in tsol_can_reply_error() local
1165 if (rhtp == NULL || label2doi(plabel) != rhtp->tpc_tp.tp_doi) { in tsol_can_reply_error()
1175 switch (rhtp->tpc_tp.host_type) { in tsol_can_reply_error()
1179 &rhtp->tpc_tp.tp_def_label); in tsol_can_reply_error()
1182 &rhtp->tpc_tp.tp_def_label); in tsol_can_reply_error()
1188 &rhtp->tpc_tp.tp_sl_range_cipso) || in tsol_can_reply_error()
1198 if (rhtp != NULL) in tsol_can_reply_error()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c582 ASSERT(RW_READ_HELD(&rhtp->r_lock)); in make_rnode4()
587 if ((rp = r4find(rhtp, fh, vfsp)) != NULL) { in make_rnode4()
592 rw_exit(&rhtp->r_lock); in make_rnode4()
610 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode4()
624 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode4()
675 rp->r_hashq = rhtp; in make_rnode4()
699 rw_enter(&rhtp->r_lock, RW_WRITER); in make_rnode4()
703 rw_exit(&rhtp->r_lock); in make_rnode4()
705 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode4()
1049 ASSERT(RW_LOCK_HELD(&rhtp->r_lock)); in r4find()
[all …]
H A Dnfs_subr.c2469 ASSERT(RW_READ_HELD(&rhtp->r_lock)); in make_rnode()
2473 if ((rp = rfind(rhtp, fh, vfsp)) != NULL) { in make_rnode()
2479 rw_exit(&rhtp->r_lock); in make_rnode()
2496 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode()
2510 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode()
2590 rp->r_hashq = rhtp; in make_rnode()
2606 rw_enter(&rhtp->r_lock, RW_WRITER); in make_rnode()
2611 rw_exit(&rhtp->r_lock); in make_rnode()
2613 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode()
2896 ASSERT(RW_LOCK_HELD(&rhtp->r_lock)); in rfind()
[all …]