Home
last modified time | relevance | path

Searched refs:NETLBL_SECATTR_MLS_LVL (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/net/
H A Dnetlabel.h188 #define NETLBL_SECATTR_MLS_LVL 0x00000004 macro
193 #define NETLBL_SECATTR_CACHEABLE (NETLBL_SECATTR_MLS_LVL | \
/openbmc/linux/net/ipv4/
H A Dcipso_ipv4.c1183 if ((secattr->flags & NETLBL_SECATTR_MLS_LVL) == 0) in cipso_v4_gentag_rbm()
1242 secattr->flags |= NETLBL_SECATTR_MLS_LVL; in cipso_v4_parsetag_rbm()
1282 if (!(secattr->flags & NETLBL_SECATTR_MLS_LVL)) in cipso_v4_gentag_enum()
1334 secattr->flags |= NETLBL_SECATTR_MLS_LVL; in cipso_v4_parsetag_enum()
1373 if (!(secattr->flags & NETLBL_SECATTR_MLS_LVL)) in cipso_v4_gentag_rng()
1424 secattr->flags |= NETLBL_SECATTR_MLS_LVL; in cipso_v4_parsetag_rng()
/openbmc/linux/net/ipv6/
H A Dcalipso.c738 if ((secattr->flags & NETLBL_SECATTR_MLS_LVL) == 0) in calipso_genopt()
1034 secattr->flags |= NETLBL_SECATTR_MLS_LVL; in calipso_opt_getattr()
/openbmc/linux/security/smack/
H A Dsmack_access.c533 NETLBL_SECATTR_MLS_LVL | in smack_populate_secattr()
H A Dsmack_lsm.c3902 if ((sap->flags & NETLBL_SECATTR_MLS_LVL) != 0) { in smack_from_secattr()
/openbmc/linux/security/selinux/ss/
H A Dmls.c574 secattr->flags |= NETLBL_SECATTR_MLS_LVL; in mls_export_netlbl_lvl()
H A Dservices.c3836 else if (secattr->flags & NETLBL_SECATTR_MLS_LVL) { in security_netlbl_secattr_to_sid()