| 162 | |
| 163 | static bool nd_is_enabled; |
| 164 | static bool |
| 165 | netdump_enabled(void) |
| 166 | { |
| 167 | |
| 168 | NETDUMP_ASSERT_LOCKED(); |
| 169 | return (nd_is_enabled); |
| 170 | } |
| 171 | |
| 172 | static void |
| 173 | netdump_set_enabled(bool status) |
no outgoing calls
no test coverage detected