| 4053 | **********************************************************************/ |
| 4054 | |
| 4055 | static void |
| 4056 | iflib_if_init_locked(if_ctx_t ctx) |
| 4057 | { |
| 4058 | iflib_stop(ctx); |
| 4059 | iflib_init_locked(ctx); |
| 4060 | } |
| 4061 | |
| 4062 | static void |
| 4063 | iflib_if_init(void *arg) |
no test coverage detected