Lines Matching refs:tim_peercred
151 cred_t *tim_peercred; member
555 if (tp->tim_peercred != NULL) in timodclose()
556 crfree(tp->tim_peercred); in timodclose()
831 if (ntp->tim_peercred != NULL) in timodrproc()
832 crfree(ntp->tim_peercred); in timodrproc()
833 ntp->tim_peercred = in timodrproc()
836 if (ntp->tim_peercred != NULL) in timodrproc()
837 crhold(ntp->tim_peercred); in timodrproc()
1207 if (tp->tim_peercred != NULL) in timodrproc()
1208 crfree(tp->tim_peercred); in timodrproc()
1209 tp->tim_peercred = msg_getcred(mp, &tp->tim_cpid); in timodrproc()
1210 if (tp->tim_peercred != NULL) in timodrproc()
1211 crhold(tp->tim_peercred); in timodrproc()
1653 tp->tim_peercred != NULL && in timodwproc()
1657 crhold(kp->pc_cr = tp->tim_peercred); in timodwproc()
2976 if (tp->tim_peercred != NULL) { in tim_clear_peer()
2977 crfree(tp->tim_peercred); in tim_clear_peer()
2978 tp->tim_peercred = NULL; in tim_clear_peer()