Home
last modified time | relevance | path

Searched refs:tt1 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c57 struct cipso_tag_type_1 *tt1; in tsol2cipso_tt1() local
104 tt1 = (struct cipso_tag_type_1 *)&cop[IPOPT_OLEN + 5]; in tsol2cipso_tt1()
105 tt1->tag_type = 1; in tsol2cipso_tt1()
106 tt1->tag_align = 0; in tsol2cipso_tt1()
107 tt1->tag_sl = LCLASS(bsl); in tsol2cipso_tt1()
108 tt1->tag_length = 4 + i; in tsol2cipso_tt1()
110 bcopy(&bsl->compartments.c1, tt1->tag_cat, i); in tsol2cipso_tt1()
H A Dtnet.c651 const struct cipso_tag_type_1 *tt1; in cipso_to_sl() local
653 tt1 = (struct cipso_tag_type_1 *)&co->cipso_tag_type[0]; in cipso_to_sl()
654 if (tt1->tag_type != 1 || in cipso_to_sl()
655 tt1->tag_length < TSOL_TT1_MIN_LENGTH || in cipso_to_sl()
656 tt1->tag_length > TSOL_TT1_MAX_LENGTH || in cipso_to_sl()
657 tt1->tag_length + TSOL_CIPSO_TAG_OFFSET > co->cipso_length) in cipso_to_sl()
661 LCLASS_SET((_bslabel_impl_t *)sl, tt1->tag_sl); in cipso_to_sl()
662 bcopy(tt1->tag_cat, &((_bslabel_impl_t *)sl)->compartments, in cipso_to_sl()
663 tt1->tag_length - TSOL_TT1_MIN_LENGTH); in cipso_to_sl()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.S1294 ITLB_MISS(tt1); /* 064 instruction access MMU miss */
1295 DTLB_MISS(tt1); /* 068 data access MMU miss */
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.S1524 ITLB_MISS(tt1); /* 064 instruction access MMU miss */
1525 DTLB_MISS(tt1); /* 068 data access MMU miss */