Home
last modified time | relevance | path

Searched refs:LCLASS_SET (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h143 #define LCLASS_SET(slp, l) ((slp)->_lclass.class_u.class_chunk = (l)) macro
148 #define LCLASS_SET(slp, l) \ macro
182 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
188 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
282 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
291 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
315 LCLASS_SET(c, LOW_CLASS), \
325 LCLASS_SET(c, HIGH_CLASS), \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1296 LCLASS_SET((_bslabel_impl_t *)sl, opt[3]); in cipso2sl()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c661 LCLASS_SET((_bslabel_impl_t *)sl, tt1->tag_sl); in cipso_to_sl()
H A Dsadb.c6112 LCLASS_SET((_bslabel_impl_t *)&sl,
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2358 LCLASS_SET((_bslabel_impl_t *)sl, sens->sadb_sens_sens_level); in ipsec_convert_sens_to_bslabel()