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

Method PutOutboundElement

polyamide/device/pools.go:134–137  ·  view source on GitHub ↗
(elem *QueueOutboundElement)

Source from the content-addressed store, hash-verified

132}
133
134func (device *Device) PutOutboundElement(elem *QueueOutboundElement) {
135 elem.clearPointers()
136 device.pool.outboundElements.Put(elem)
137}

Callers 6

flushOutboundQueueMethod · 0.95
SendKeepaliveMethod · 0.80
StagePacketsMethod · 0.80
SendStagedPacketsMethod · 0.80
FlushStagedPacketsMethod · 0.80

Implementers 4

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

Calls 2

PutMethod · 0.80
clearPointersMethod · 0.45

Tested by

no test coverage detected