MCPcopy Create free account
hub / github.com/encodeous/nylon / BindClose

Method BindClose

polyamide/device/device.go:550–555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548}
549
550func (device *Device) BindClose() error {
551 device.net.Lock()
552 err := closeBindLocked(device)
553 device.net.Unlock()
554 return err
555}

Callers 1

downLockedMethod · 0.95

Implementers 4

NativeTunpolyamide/tun/tun_linux.go
netTunpolyamide/tun/netstack/tun.go
chTunpolyamide/tun/tuntest/tuntest.go
fakeTUNDeviceSizedpolyamide/device/device_test.go

Calls 1

closeBindLockedFunction · 0.85

Tested by

no test coverage detected