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

/freebsd-13-stable/sys/security/mac_lomac/
H A Dmac_lomac.h70 u_short mle_type; member in struct:mac_lomac_element
H A Dmac_lomac.c171 switch (a->mle_type) {
177 switch (b->mle_type) {
187 panic("lomac_dominate_element: b->mle_type invalid");
191 switch (b->mle_type) {
203 panic("lomac_dominate_element: b->mle_type invalid");
207 panic("lomac_dominate_element: a->mle_type invalid");
277 if (a->mle_type == MAC_LOMAC_TYPE_EQUAL ||
278 b->mle_type == MAC_LOMAC_TYPE_EQUAL)
281 return (a->mle_type == b->mle_type
[all...]

Completed in 49 milliseconds