Versions in this module Expand all Collapse all v11 v11.3.3 Dec 13, 2022 Changes in this version + func IsHostCompatible() error + func SystemHasBPF() bool + type BPF interface + Close func() error + CloseSession func(ctx *SessionContext) error + OpenSession func(ctx *SessionContext) (uint64, error) + func New(config *Config) (BPF, error) + type Config struct + CgroupPath string + CommandBufferSize *int + DiskBufferSize *int + Enabled bool + NetworkBufferSize *int + func (c *Config) CheckAndSetDefaults() error + type NOP struct + func (s *NOP) Close() error + func (s *NOP) CloseSession(_ *SessionContext) error + func (s *NOP) OpenSession(_ *SessionContext) (uint64, error) + type Service struct + type SessionContext struct + Context context.Context + Emitter apievents.Emitter + Events map[string]bool + Login string + Namespace string + PID int + ServerHostname string + ServerID string + SessionID string + User string Other modules containing this package github.com/zmb3/teleport