MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tun_unbusy

Function tun_unbusy

freebsd/net/if_tuntap.c:389–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389static void
390tun_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

Callers 1

tunrenameFunction · 0.85

Calls 1

tun_unbusy_lockedFunction · 0.85

Tested by

no test coverage detected