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

Function tun_busy

freebsd/net/if_tuntap.c:378–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378static int
379tun_busy(struct tuntap_softc *tp)
380{
381 int ret;
382
383 TUN_LOCK(tp);
384 ret = tun_busy_locked(tp);
385 TUN_UNLOCK(tp);
386 return (ret);
387}
388
389static void
390tun_unbusy(struct tuntap_softc *tp)

Callers 1

tunrenameFunction · 0.85

Calls 1

tun_busy_lockedFunction · 0.85

Tested by

no test coverage detected