Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecveValue ¶
type ExecveValue struct {
Process processapi.MsgExecveKey `align:"key"`
Parent processapi.MsgExecveKey `align:"pkey"`
Flags uint32 `align:"flags"`
Nspid uint32 `align:"nspid"`
Binary uint32 `align:"binary"`
Pad uint32 `align:"pad"`
Namespaces processapi.MsgNamespaces `align:"ns"`
Capabilities processapi.MsgCapabilities `align:"caps"`
}
func (*ExecveValue) DeepCopyMapValue ¶
func (v *ExecveValue) DeepCopyMapValue() bpf.MapValue
func (*ExecveValue) GetValuePtr ¶
func (v *ExecveValue) GetValuePtr() unsafe.Pointer
func (*ExecveValue) String ¶
func (v *ExecveValue) String() string
Click to show internal directories.
Click to hide internal directories.