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

/freebsd-13-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.c245 &single->ml_auxsingle) &&
246 lomac_dominate_element(&single->ml_auxsingle,
304 if (ml->ml_auxsingle.mle_type == MAC_LOMAC_TYPE_EQUAL)
374 switch (ml->ml_auxsingle.mle_type) {
385 if (ml->ml_auxsingle.mle_type != MAC_LOMAC_TYPE_UNDEF)
474 labelto->ml_auxsingle = labelfrom->ml_auxsingle;
671 if (lomac_element_to_string(sb, &ml->ml_auxsingle) == -1)
814 error = lomac_parse_element(&ml->ml_auxsingle, auxsingle);
2296 if (buflen != sizeof(ml_temp) - sizeof(ml_temp.ml_auxsingle)) {
[all...]

Completed in 39 milliseconds