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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c295 ts_label_t *newtsl = NULL; local
380 if ((newtsl = labelalloc(&dst_rhtp->tpc_tp.tp_def_label,
385 newtsl->tsl_flags |= TSLF_UNLABELED;
392 if ((newtsl = labeldup(tsl, KM_NOSLEEP)) == NULL) {
396 newtsl->tsl_flags |= TSLF_UNLABELED;
422 if ((newtsl = labeldup(tsl, KM_NOSLEEP)) == NULL) {
430 newtsl->tsl_flags &= ~TSLF_UNLABELED;
432 newtsl->tsl_flags |= TSLF_IMPLICIT_OUT;
444 if (newtsl != NULL) {
446 *effective_tsl = newtsl;
[all...]

Completed in 45 milliseconds