Documentation ¶
Index ¶
- Variables
- type TunLinkEntry
- func (*TunLinkEntry) Descriptor() ([]byte, []int)deprecated
- func (x *TunLinkEntry) GetFlags() uint32
- func (x *TunLinkEntry) GetGroup() int32
- func (x *TunLinkEntry) GetOwner() int32
- func (x *TunLinkEntry) GetSndbuf() uint32
- func (x *TunLinkEntry) GetVnethdr() uint32
- func (*TunLinkEntry) ProtoMessage()
- func (x *TunLinkEntry) ProtoReflect() protoreflect.Message
- func (x *TunLinkEntry) Reset()
- func (x *TunLinkEntry) String() string
- type TunfileEntry
- func (*TunfileEntry) Descriptor() ([]byte, []int)deprecated
- func (x *TunfileEntry) GetDetached() bool
- func (x *TunfileEntry) GetId() uint32
- func (x *TunfileEntry) GetNetdev() string
- func (x *TunfileEntry) GetNsId() uint32
- func (*TunfileEntry) ProtoMessage()
- func (x *TunfileEntry) ProtoReflect() protoreflect.Message
- func (x *TunfileEntry) Reset()
- func (x *TunfileEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tun_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TunLinkEntry ¶
type TunLinkEntry struct { Flags *uint32 `protobuf:"varint,1,req,name=flags" json:"flags,omitempty"` Owner *int32 `protobuf:"varint,2,req,name=owner" json:"owner,omitempty"` Group *int32 `protobuf:"varint,3,req,name=group" json:"group,omitempty"` Vnethdr *uint32 `protobuf:"varint,4,req,name=vnethdr" json:"vnethdr,omitempty"` Sndbuf *uint32 `protobuf:"varint,5,req,name=sndbuf" json:"sndbuf,omitempty"` // contains filtered or unexported fields }
func (*TunLinkEntry) Descriptor
deprecated
func (*TunLinkEntry) Descriptor() ([]byte, []int)
Deprecated: Use TunLinkEntry.ProtoReflect.Descriptor instead.
func (*TunLinkEntry) GetFlags ¶
func (x *TunLinkEntry) GetFlags() uint32
func (*TunLinkEntry) GetGroup ¶
func (x *TunLinkEntry) GetGroup() int32
func (*TunLinkEntry) GetOwner ¶
func (x *TunLinkEntry) GetOwner() int32
func (*TunLinkEntry) GetSndbuf ¶
func (x *TunLinkEntry) GetSndbuf() uint32
func (*TunLinkEntry) GetVnethdr ¶
func (x *TunLinkEntry) GetVnethdr() uint32
func (*TunLinkEntry) ProtoMessage ¶
func (*TunLinkEntry) ProtoMessage()
func (*TunLinkEntry) ProtoReflect ¶
func (x *TunLinkEntry) ProtoReflect() protoreflect.Message
func (*TunLinkEntry) Reset ¶
func (x *TunLinkEntry) Reset()
func (*TunLinkEntry) String ¶
func (x *TunLinkEntry) String() string
type TunfileEntry ¶
type TunfileEntry struct { Id *uint32 `protobuf:"varint,1,req,name=id" json:"id,omitempty"` Netdev *string `protobuf:"bytes,2,opt,name=netdev" json:"netdev,omitempty"` Detached *bool `protobuf:"varint,3,opt,name=detached" json:"detached,omitempty"` NsId *uint32 `protobuf:"varint,4,opt,name=ns_id,json=nsId" json:"ns_id,omitempty"` // contains filtered or unexported fields }
func (*TunfileEntry) Descriptor
deprecated
func (*TunfileEntry) Descriptor() ([]byte, []int)
Deprecated: Use TunfileEntry.ProtoReflect.Descriptor instead.
func (*TunfileEntry) GetDetached ¶
func (x *TunfileEntry) GetDetached() bool
func (*TunfileEntry) GetId ¶
func (x *TunfileEntry) GetId() uint32
func (*TunfileEntry) GetNetdev ¶
func (x *TunfileEntry) GetNetdev() string
func (*TunfileEntry) GetNsId ¶
func (x *TunfileEntry) GetNsId() uint32
func (*TunfileEntry) ProtoMessage ¶
func (*TunfileEntry) ProtoMessage()
func (*TunfileEntry) ProtoReflect ¶
func (x *TunfileEntry) ProtoReflect() protoreflect.Message
func (*TunfileEntry) Reset ¶
func (x *TunfileEntry) Reset()
func (*TunfileEntry) String ¶
func (x *TunfileEntry) String() string
Click to show internal directories.
Click to hide internal directories.