Searched refs:ixm_tsl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c146 ts_label_t *ixm_tsl; /* Refhold if set. */ member in struct:ixamblk_s
260 ixm->ixm_tsl = ixa->ixa_tsl;
261 label_hold(ixm->ixm_tsl);
397 if (ixm->ixm_tsl != NULL) {
398 ixa->ixa_tsl = ixm->ixm_tsl;
400 ixm->ixm_tsl = NULL;
477 if (ixm->ixm_tsl != NULL) {
478 label_rele(ixm->ixm_tsl);
479 ixm->ixm_tsl = NULL;

Completed in 46 milliseconds