Searched defs:ixm_cred (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c143 cred_t *ixm_cred; /* For getpeerucred - refhold if set */ member in struct:ixamblk_s
264 ixm->ixm_cred = ixa->ixa_cred;
402 if (ixm->ixm_cred != NULL) {
403 ixa->ixa_cred = ixm->ixm_cred;
405 ixm->ixm_cred = NULL;
481 if (ixm->ixm_cred != NULL) {
482 crfree(ixm->ixm_cred);
483 ixm->ixm_cred = NULL;

Completed in 61 milliseconds