| 2168 | } |
| 2169 | |
| 2170 | uint8_t |
| 2171 | iflib_in_detach(if_ctx_t ctx) |
| 2172 | { |
| 2173 | bool in_detach; |
| 2174 | |
| 2175 | STATE_LOCK(ctx); |
| 2176 | in_detach = !!(ctx->ifc_flags & IFC_IN_DETACH); |
| 2177 | STATE_UNLOCK(ctx); |
| 2178 | return (in_detach); |
| 2179 | } |
| 2180 | |
| 2181 | static void |
| 2182 | iflib_fl_bufs_free(iflib_fl_t fl) |
no outgoing calls
no test coverage detected