| 540 | #define CALLOUT_UNLOCK(txq) mtx_unlock(&txq->ift_mtx) |
| 541 | |
| 542 | void |
| 543 | iflib_set_detach(if_ctx_t ctx) |
| 544 | { |
| 545 | STATE_LOCK(ctx); |
| 546 | ctx->ifc_flags |= IFC_IN_DETACH; |
| 547 | STATE_UNLOCK(ctx); |
| 548 | } |
| 549 | |
| 550 | /* Our boot-time initialization hook */ |
| 551 | static int iflib_module_event_handler(module_t, int, void *); |
no outgoing calls
no test coverage detected