Searched refs:ml_auxsingle (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.h49 #define MAC_LOMAC_FLAG_AUX 0x00000004 /* ml_auxsingle initialized */
86 struct mac_lomac_element ml_auxsingle; member in struct:mac_lomac
H A Dmac_lomac.c244 &single->ml_auxsingle) &&
245 lomac_dominate_element(&single->ml_auxsingle,
303 if (ml->ml_auxsingle.mle_type == MAC_LOMAC_TYPE_EQUAL)
373 switch (ml->ml_auxsingle.mle_type) {
384 if (ml->ml_auxsingle.mle_type != MAC_LOMAC_TYPE_UNDEF)
473 labelto->ml_auxsingle = labelfrom->ml_auxsingle;
670 if (lomac_element_to_string(sb, &ml->ml_auxsingle) == -1)
813 error = lomac_parse_element(&ml->ml_auxsingle, auxsingle);
2295 if (buflen != sizeof(ml_temp) - sizeof(ml_temp.ml_auxsingle)) {
[all...]

Completed in 47 milliseconds