Lines Matching refs:gcgrp
305 tsol_gcgrp_t *gcgrp = NULL; in ip_rts_request_common() local
791 gcgrp = gcgrp_lookup(&ga, B_TRUE); in ip_rts_request_common()
792 if (gcgrp == NULL) { in ip_rts_request_common()
860 gcgrp = gcgrp_lookup(&ga, B_TRUE); in ip_rts_request_common()
861 if (gcgrp == NULL) { in ip_rts_request_common()
923 ASSERT(gcgrp != NULL); in ip_rts_request_common()
933 gc = gc_create(rtsap, gcgrp, &gcgrp_xtraref); in ip_rts_request_common()
963 GCGRP_REFRELE(gcgrp); in ip_rts_request_common()
1237 tsol_gcgrp_t *gcgrp = NULL; in rts_rtmget() local
1263 gcgrp = gc->gc_grp; in rts_rtmget()
1264 ASSERT(gcgrp != NULL); in rts_rtmget()
1265 rw_enter(&gcgrp->gcgrp_rwlock, RW_READER); in rts_rtmget()
1305 if (gcgrp != NULL) in rts_rtmget()
1306 rw_exit(&gcgrp->gcgrp_rwlock); in rts_rtmget()
1345 if (gcgrp != NULL) in rts_rtmget()
1346 rw_exit(&gcgrp->gcgrp_rwlock); in rts_rtmget()