Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 Index ¶ type EBpfTC func NewEBpfTc(ifName string, ifIndex int, ifMark uint32, tunIfIndex uint32) *EBpfTC func (e *EBpfTC) Close() func (e *EBpfTC) Lookup(_ netip.AddrPort) (socks5.Addr, error) func (e *EBpfTC) Start() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EBpfTC ¶ type EBpfTC struct { // contains filtered or unexported fields } func NewEBpfTc ¶ func NewEBpfTc(ifName string, ifIndex int, ifMark uint32, tunIfIndex uint32) *EBpfTC func (*EBpfTC) Close ¶ func (e *EBpfTC) Close() func (*EBpfTC) Lookup ¶ func (e *EBpfTC) Lookup(_ netip.AddrPort) (socks5.Addr, error) func (*EBpfTC) Start ¶ func (e *EBpfTC) Start() error Source Files ¶ View all Source files bpf_bpfel.go redirect_to_tun.go Click to show internal directories. Click to hide internal directories.