Lines Matching refs:tsl
1235 tsol_ire_match_gwattr(ire_t *ire, const ts_label_t *tsl) in tsol_ire_match_gwattr() argument
1258 if (tsl == NULL || ire->ire_gw_secattr == NULL) { in tsol_ire_match_gwattr()
1259 if (tsl != NULL) { in tsol_ire_match_gwattr()
1263 "label(2)", ire_t *, ire, ts_label_t *, tsl); in tsol_ire_match_gwattr()
1362 ire_t *, ire, ts_label_t *, tsl); in tsol_ire_match_gwattr()
1381 if (tsl->tsl_doi != gcdb->gcdb_doi || in tsol_ire_match_gwattr()
1382 !_blinrange(&tsl->tsl_label, &gcdb->gcdb_slrange)) { in tsol_ire_match_gwattr()
1386 ire_t *, ire, ts_label_t *, tsl); in tsol_ire_match_gwattr()
1398 if (tsl->tsl_doi != gw_rhc->rhc_tpc->tpc_tp.tp_doi || in tsol_ire_match_gwattr()
1399 (!_blinrange(&tsl->tsl_label, in tsol_ire_match_gwattr()
1401 !blinlset(&tsl->tsl_label, in tsol_ire_match_gwattr()
1408 ire_t *, ire, ts_label_t *, tsl, in tsol_ire_match_gwattr()
1414 if (tsl->tsl_doi != gw_rhc->rhc_tpc->tpc_tp.tp_doi || in tsol_ire_match_gwattr()
1415 (!_blinrange(&tsl->tsl_label, in tsol_ire_match_gwattr()
1417 !blinlset(&tsl->tsl_label, in tsol_ire_match_gwattr()
1424 ire_t *, ire, ts_label_t *, tsl, in tsol_ire_match_gwattr()
1463 ts_label_t *tsl; in tsol_ip_forward() local
1516 if ((tsl = ira->ira_tsl) == NULL) in tsol_ip_forward()
1519 if (tsl->tsl_flags & TSLF_IMPLICIT_IN) { in tsol_ip_forward()
1524 mblk_t *, mp, ts_label_t *, tsl); in tsol_ip_forward()
1587 if (tsl->tsl_doi != dst_rhtp->tpc_tp.tp_doi || in tsol_ip_forward()
1588 (!_blinrange(&tsl->tsl_label, in tsol_ip_forward()
1590 !blinlset(&tsl->tsl_label, in tsol_ip_forward()
1595 mblk_t *, mp, ts_label_t *, tsl, in tsol_ip_forward()
1604 if (tsl->tsl_doi != dst_rhtp->tpc_tp.tp_doi || in tsol_ip_forward()
1606 &tsl->tsl_label)) { in tsol_ip_forward()
1610 mblk_t *, mp, ts_label_t *, tsl, in tsol_ip_forward()
1686 err = tsol_check_label_v4(tsl, GLOBAL_ZONEID, &mp, in tsol_ip_forward()
1689 err = tsol_check_label_v6(tsl, GLOBAL_ZONEID, &mp, in tsol_ip_forward()