| 155 | } |
| 156 | |
| 157 | static int |
| 158 | lomac_atmostflags(struct mac_lomac *ml, int flags) |
| 159 | { |
| 160 | |
| 161 | if ((ml->ml_flags & flags) != ml->ml_flags) |
| 162 | return (EINVAL); |
| 163 | return (0); |
| 164 | } |
| 165 | |
| 166 | static int |
| 167 | lomac_dominate_element(struct mac_lomac_element *a, |
no outgoing calls
no test coverage detected