Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMapFDFromID ¶
func GetProgFDFromID ¶
func IsfileExists ¶
func UnPinObject ¶
Types ¶
type BPFInsn ¶
type BPFInsn struct { Code uint8 // Opcode DstReg uint8 // 4 bits: destination register, r0-r10 SrcReg uint8 // 4 bits: source register, r0-r10 Off int16 // Signed offset Imm int32 // Immediate constant }
func (*BPFInsn) ConvertBPFInstructionToByteStream ¶
Converts BPF instruction into bytes
type BpfMapAttr ¶
type BpfShowAttr ¶
type BpfShowAttr struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.