Searched refs:ixm_cred (Results 1 – 1 of 1) sorted by relevance
143 cred_t *ixm_cred; /* For getpeerucred - refhold if set */ member264 ixm->ixm_cred = ixa->ixa_cred; in ip_xmit_attr_to_mblk()402 if (ixm->ixm_cred != NULL) { in ip_xmit_attr_from_mblk()403 ixa->ixa_cred = ixm->ixm_cred; in ip_xmit_attr_from_mblk()405 ixm->ixm_cred = NULL; in ip_xmit_attr_from_mblk()481 if (ixm->ixm_cred != NULL) { in ip_xmit_attr_free_mblk()482 crfree(ixm->ixm_cred); in ip_xmit_attr_free_mblk()483 ixm->ixm_cred = NULL; in ip_xmit_attr_free_mblk()