Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsEBPFSupported ¶
func IsEBPFSupported() bool
IsEBPFSupported is called once by the master enforcer to test if the system supports eBPF.
Types ¶
type BPFModule ¶
type BPFModule interface { GetBPFPath() string CreateFlow(*connection.TCPTuple) RemoveFlow(*connection.TCPTuple) Cleanup() }
BPFModule interface exposes the functionality to datapath
Click to show internal directories.
Click to hide internal directories.