| 387 | } |
| 388 | |
| 389 | static void |
| 390 | tun_unbusy(struct tuntap_softc *tp) |
| 391 | { |
| 392 | |
| 393 | TUN_LOCK(tp); |
| 394 | tun_unbusy_locked(tp); |
| 395 | TUN_UNLOCK(tp); |
| 396 | } |
| 397 | |
| 398 | /* |
| 399 | * Sets unit and/or flags given the device name. Must be called with correct |
no test coverage detected