Documentation ¶
Index ¶
- Constants
- Variables
- type BpfmapFileEntry
- func (*BpfmapFileEntry) Descriptor() ([]byte, []int)deprecated
- func (x *BpfmapFileEntry) GetFlags() uint32
- func (x *BpfmapFileEntry) GetFown() *fown.FownEntry
- func (x *BpfmapFileEntry) GetFrozen() bool
- func (x *BpfmapFileEntry) GetId() uint32
- func (x *BpfmapFileEntry) GetIfindex() uint32
- func (x *BpfmapFileEntry) GetKeySize() uint32
- func (x *BpfmapFileEntry) GetMapExtra() uint64
- func (x *BpfmapFileEntry) GetMapFlags() uint32
- func (x *BpfmapFileEntry) GetMapId() uint32
- func (x *BpfmapFileEntry) GetMapName() string
- func (x *BpfmapFileEntry) GetMapType() uint32
- func (x *BpfmapFileEntry) GetMaxEntries() uint32
- func (x *BpfmapFileEntry) GetMemlock() uint64
- func (x *BpfmapFileEntry) GetMntId() int32
- func (x *BpfmapFileEntry) GetPos() uint64
- func (x *BpfmapFileEntry) GetValueSize() uint32
- func (*BpfmapFileEntry) ProtoMessage()
- func (x *BpfmapFileEntry) ProtoReflect() protoreflect.Message
- func (x *BpfmapFileEntry) Reset()
- func (x *BpfmapFileEntry) String() string
Constants ¶
View Source
const ( Default_BpfmapFileEntry_Frozen = bool(false) Default_BpfmapFileEntry_Ifindex = uint32(0) Default_BpfmapFileEntry_MntId = int32(-1) )
Default values for BpfmapFileEntry fields.
Variables ¶
View Source
var File_bpfmap_file_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BpfmapFileEntry ¶
type BpfmapFileEntry struct { Id *uint32 `protobuf:"varint,1,req,name=id" json:"id,omitempty"` Flags *uint32 `protobuf:"varint,2,req,name=flags" json:"flags,omitempty"` Pos *uint64 `protobuf:"varint,3,req,name=pos" json:"pos,omitempty"` Fown *fown.FownEntry `protobuf:"bytes,4,req,name=fown" json:"fown,omitempty"` MapType *uint32 `protobuf:"varint,5,req,name=map_type,json=mapType" json:"map_type,omitempty"` KeySize *uint32 `protobuf:"varint,6,req,name=key_size,json=keySize" json:"key_size,omitempty"` ValueSize *uint32 `protobuf:"varint,7,req,name=value_size,json=valueSize" json:"value_size,omitempty"` MapId *uint32 `protobuf:"varint,8,req,name=map_id,json=mapId" json:"map_id,omitempty"` MaxEntries *uint32 `protobuf:"varint,9,req,name=max_entries,json=maxEntries" json:"max_entries,omitempty"` MapFlags *uint32 `protobuf:"varint,10,req,name=map_flags,json=mapFlags" json:"map_flags,omitempty"` Memlock *uint64 `protobuf:"varint,11,req,name=memlock" json:"memlock,omitempty"` Frozen *bool `protobuf:"varint,12,req,name=frozen,def=0" json:"frozen,omitempty"` MapName *string `protobuf:"bytes,13,req,name=map_name,json=mapName" json:"map_name,omitempty"` Ifindex *uint32 `protobuf:"varint,14,req,name=ifindex,def=0" json:"ifindex,omitempty"` MntId *int32 `protobuf:"zigzag32,15,opt,name=mnt_id,json=mntId,def=-1" json:"mnt_id,omitempty"` MapExtra *uint64 `protobuf:"varint,16,opt,name=map_extra,json=mapExtra" json:"map_extra,omitempty"` // contains filtered or unexported fields }
func (*BpfmapFileEntry) Descriptor
deprecated
func (*BpfmapFileEntry) Descriptor() ([]byte, []int)
Deprecated: Use BpfmapFileEntry.ProtoReflect.Descriptor instead.
func (*BpfmapFileEntry) GetFlags ¶
func (x *BpfmapFileEntry) GetFlags() uint32
func (*BpfmapFileEntry) GetFown ¶
func (x *BpfmapFileEntry) GetFown() *fown.FownEntry
func (*BpfmapFileEntry) GetFrozen ¶
func (x *BpfmapFileEntry) GetFrozen() bool
func (*BpfmapFileEntry) GetId ¶
func (x *BpfmapFileEntry) GetId() uint32
func (*BpfmapFileEntry) GetIfindex ¶
func (x *BpfmapFileEntry) GetIfindex() uint32
func (*BpfmapFileEntry) GetKeySize ¶
func (x *BpfmapFileEntry) GetKeySize() uint32
func (*BpfmapFileEntry) GetMapExtra ¶
func (x *BpfmapFileEntry) GetMapExtra() uint64
func (*BpfmapFileEntry) GetMapFlags ¶
func (x *BpfmapFileEntry) GetMapFlags() uint32
func (*BpfmapFileEntry) GetMapId ¶
func (x *BpfmapFileEntry) GetMapId() uint32
func (*BpfmapFileEntry) GetMapName ¶
func (x *BpfmapFileEntry) GetMapName() string
func (*BpfmapFileEntry) GetMapType ¶
func (x *BpfmapFileEntry) GetMapType() uint32
func (*BpfmapFileEntry) GetMaxEntries ¶
func (x *BpfmapFileEntry) GetMaxEntries() uint32
func (*BpfmapFileEntry) GetMemlock ¶
func (x *BpfmapFileEntry) GetMemlock() uint64
func (*BpfmapFileEntry) GetMntId ¶
func (x *BpfmapFileEntry) GetMntId() int32
func (*BpfmapFileEntry) GetPos ¶
func (x *BpfmapFileEntry) GetPos() uint64
func (*BpfmapFileEntry) GetValueSize ¶
func (x *BpfmapFileEntry) GetValueSize() uint32
func (*BpfmapFileEntry) ProtoMessage ¶
func (*BpfmapFileEntry) ProtoMessage()
func (*BpfmapFileEntry) ProtoReflect ¶
func (x *BpfmapFileEntry) ProtoReflect() protoreflect.Message
func (*BpfmapFileEntry) Reset ¶
func (x *BpfmapFileEntry) Reset()
func (*BpfmapFileEntry) String ¶
func (x *BpfmapFileEntry) String() string
Click to show internal directories.
Click to hide internal directories.