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

/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.h70 u_short mle_type; member in struct:mac_lomac_element
H A Dmac_lomac.c170 switch (a->mle_type) {
176 switch (b->mle_type) {
186 panic("lomac_dominate_element: b->mle_type invalid");
190 switch (b->mle_type) {
202 panic("lomac_dominate_element: b->mle_type invalid");
206 panic("lomac_dominate_element: a->mle_type invalid");
276 if (a->mle_type == MAC_LOMAC_TYPE_EQUAL ||
277 b->mle_type == MAC_LOMAC_TYPE_EQUAL)
280 return (a->mle_type == b->mle_type
[all...]

Completed in 204 milliseconds