Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dump ¶
func Dump(cb bpf.DumpCallback) error
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func (*Proxy) CreateOrUpdateRedirect ¶
func (*Proxy) RemoveRedirect ¶
type Proxy4Value ¶
func LookupEgress4 ¶
func LookupEgress4(key *Proxy4Key) (*Proxy4Value, error)
func (*Proxy4Value) Convert ¶
func (k *Proxy4Value) Convert() *Proxy4Value
func (*Proxy4Value) GetValuePtr ¶
func (v *Proxy4Value) GetValuePtr() unsafe.Pointer
func (*Proxy4Value) HostPort ¶
func (p *Proxy4Value) HostPort() string
func (*Proxy4Value) String ¶
func (v *Proxy4Value) String() string
type ProxySource ¶
type ProxySource interface { }
Click to show internal directories.
Click to hide internal directories.