Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ InstallFilter
Method
InstallFilter
polyamide/device/traffic_control.go:88–90 ·
view source on GitHub ↗
(filter TCFilter)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(device *Device) InstallFilter(filter TCFilter) {
89
device.TCFilters = append(device.TCFilters, filter)
90
}
91
92
type
TCState
struct
{
93
priority [][]*TCElement
Callers
1
InstallTC
Method · 0.80
Implementers
4
NativeTun
polyamide/tun/tun_linux.go
netTun
polyamide/tun/netstack/tun.go
chTun
polyamide/tun/tuntest/tuntest.go
fakeTUNDeviceSized
polyamide/device/device_test.go
Calls
no outgoing calls
Tested by
no test coverage detected