Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dtnet.c625 tsol_find_unlabeled_label(tsol_tpc_t *rhtp, bslabel_t *sl, uint32_t *doi) in tsol_find_unlabeled_label() argument
627 *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()
633 *sl = rhtp->tpc_tp.tp_sl_range_cipso.upper_bound; in tsol_find_unlabeled_label()
1128 tsol_tpc_t *rhtp; in tsol_can_reply_error() local
1159 rhtp = find_tpc(&ipha->ipha_dst, IPV4_VERSION, B_FALSE); in tsol_can_reply_error()
1162 rhtp = find_tpc(&ip6h->ip6_dst, IPV6_VERSION, B_FALSE); in tsol_can_reply_error()
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()
[all …]
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c571 make_rnode4(nfs4_sharedfh_t *fh, r4hashq_t *rhtp, struct vfs *vfsp, in make_rnode4() argument
581 ASSERT(RW_READ_HELD(&rhtp->r_lock)); in make_rnode4()
586 if ((rp = r4find(rhtp, fh, vfsp)) != NULL) { in make_rnode4()
591 rw_exit(&rhtp->r_lock); in make_rnode4()
609 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode4()
623 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode4()
674 rp->r_hashq = rhtp; in make_rnode4()
698 rw_enter(&rhtp->r_lock, RW_WRITER); in make_rnode4()
699 if ((trp = r4find(rhtp, fh, vfsp)) != NULL) { in make_rnode4()
702 rw_exit(&rhtp->r_lock); in make_rnode4()
[all …]
H A Dnfs_subr.c2457 make_rnode(nfs_fhandle *fh, rhashq_t *rhtp, struct vfs *vfsp, in make_rnode() argument
2468 ASSERT(RW_READ_HELD(&rhtp->r_lock)); in make_rnode()
2472 if ((rp = rfind(rhtp, fh, vfsp)) != NULL) { in make_rnode()
2478 rw_exit(&rhtp->r_lock); in make_rnode()
2495 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode()
2509 rw_enter(&rhtp->r_lock, RW_READER); in make_rnode()
2589 rp->r_hashq = rhtp; in make_rnode()
2605 rw_enter(&rhtp->r_lock, RW_WRITER); in make_rnode()
2606 if ((trp = rfind(rhtp, fh, vfsp)) != NULL) { in make_rnode()
2610 rw_exit(&rhtp->r_lock); in make_rnode()
[all …]