Documentation ¶
Index ¶
- Variables
- type NetlinkSkEntry
- func (*NetlinkSkEntry) Descriptor() ([]byte, []int)deprecated
- func (x *NetlinkSkEntry) GetDstGroup() uint32
- func (x *NetlinkSkEntry) GetDstPortid() uint32
- func (x *NetlinkSkEntry) GetFlags() uint32
- func (x *NetlinkSkEntry) GetFown() *fown.FownEntry
- func (x *NetlinkSkEntry) GetGroups() []uint32
- func (x *NetlinkSkEntry) GetId() uint32
- func (x *NetlinkSkEntry) GetIno() uint32
- func (x *NetlinkSkEntry) GetNsId() uint32
- func (x *NetlinkSkEntry) GetOpts() *sk_opts.SkOptsEntry
- func (x *NetlinkSkEntry) GetPortid() uint32
- func (x *NetlinkSkEntry) GetProtocol() uint32
- func (x *NetlinkSkEntry) GetState() uint32
- func (*NetlinkSkEntry) ProtoMessage()
- func (x *NetlinkSkEntry) ProtoReflect() protoreflect.Message
- func (x *NetlinkSkEntry) Reset()
- func (x *NetlinkSkEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_sk_netlink_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type NetlinkSkEntry ¶
type NetlinkSkEntry struct { Id *uint32 `protobuf:"varint,1,req,name=id" json:"id,omitempty"` Ino *uint32 `protobuf:"varint,2,req,name=ino" json:"ino,omitempty"` Protocol *uint32 `protobuf:"varint,3,req,name=protocol" json:"protocol,omitempty"` State *uint32 `protobuf:"varint,4,req,name=state" json:"state,omitempty"` Flags *uint32 `protobuf:"varint,6,req,name=flags" json:"flags,omitempty"` Portid *uint32 `protobuf:"varint,7,req,name=portid" json:"portid,omitempty"` Groups []uint32 `protobuf:"varint,8,rep,name=groups" json:"groups,omitempty"` DstPortid *uint32 `protobuf:"varint,9,req,name=dst_portid,json=dstPortid" json:"dst_portid,omitempty"` DstGroup *uint32 `protobuf:"varint,10,req,name=dst_group,json=dstGroup" json:"dst_group,omitempty"` Fown *fown.FownEntry `protobuf:"bytes,11,req,name=fown" json:"fown,omitempty"` Opts *sk_opts.SkOptsEntry `protobuf:"bytes,12,req,name=opts" json:"opts,omitempty"` NsId *uint32 `protobuf:"varint,13,opt,name=ns_id,json=nsId" json:"ns_id,omitempty"` // contains filtered or unexported fields }
func (*NetlinkSkEntry) Descriptor
deprecated
func (*NetlinkSkEntry) Descriptor() ([]byte, []int)
Deprecated: Use NetlinkSkEntry.ProtoReflect.Descriptor instead.
func (*NetlinkSkEntry) GetDstGroup ¶
func (x *NetlinkSkEntry) GetDstGroup() uint32
func (*NetlinkSkEntry) GetDstPortid ¶
func (x *NetlinkSkEntry) GetDstPortid() uint32
func (*NetlinkSkEntry) GetFlags ¶
func (x *NetlinkSkEntry) GetFlags() uint32
func (*NetlinkSkEntry) GetFown ¶
func (x *NetlinkSkEntry) GetFown() *fown.FownEntry
func (*NetlinkSkEntry) GetGroups ¶
func (x *NetlinkSkEntry) GetGroups() []uint32
func (*NetlinkSkEntry) GetId ¶
func (x *NetlinkSkEntry) GetId() uint32
func (*NetlinkSkEntry) GetIno ¶
func (x *NetlinkSkEntry) GetIno() uint32
func (*NetlinkSkEntry) GetNsId ¶
func (x *NetlinkSkEntry) GetNsId() uint32
func (*NetlinkSkEntry) GetOpts ¶
func (x *NetlinkSkEntry) GetOpts() *sk_opts.SkOptsEntry
func (*NetlinkSkEntry) GetPortid ¶
func (x *NetlinkSkEntry) GetPortid() uint32
func (*NetlinkSkEntry) GetProtocol ¶
func (x *NetlinkSkEntry) GetProtocol() uint32
func (*NetlinkSkEntry) GetState ¶
func (x *NetlinkSkEntry) GetState() uint32
func (*NetlinkSkEntry) ProtoMessage ¶
func (*NetlinkSkEntry) ProtoMessage()
func (*NetlinkSkEntry) ProtoReflect ¶
func (x *NetlinkSkEntry) ProtoReflect() protoreflect.Message
func (*NetlinkSkEntry) Reset ¶
func (x *NetlinkSkEntry) Reset()
func (*NetlinkSkEntry) String ¶
func (x *NetlinkSkEntry) String() string
Click to show internal directories.
Click to hide internal directories.