pub enum AttachType {
Show 43 variants
CgroupInetIngress,
CgroupInetEgress,
CgroupInetSockCreate,
CgroupSockOps,
SkSkbStreamParser,
SkSkbStreamVerdict,
CgroupDevice,
SkMsgVerdict,
CgroupInet4Bind,
CgroupInet6Bind,
CgroupInet4Connect,
CgroupInet6Connect,
CgroupInet4PostBind,
CgroupInet6PostBind,
CgroupUdp4Sendmsg,
CgroupUdp6Sendmsg,
LircMode2,
FlowDissector,
CgroupSysctl,
CgroupUdp4Recvmsg,
CgroupUdp6Recvmsg,
CgroupGetsockopt,
CgroupSetsockopt,
TraceRawTp,
TraceFentry,
TraceFexit,
ModifyReturn,
LsmMac,
TraceIter,
CgroupInet4Getpeername,
CgroupInet6Getpeername,
CgroupInet4Getsockname,
CgroupInet6Getsockname,
XdpDevmap,
CgroupInetSockRelease,
XdpCpumap,
SkLookup,
Xdp,
SkSkbVerdict,
SkReuseportSelect,
SkReuseportSelectOrMigrate,
PerfEvent,
TraceKprobeMulti,
}
Variants§
CgroupInetIngress
CgroupInetEgress
CgroupInetSockCreate
CgroupSockOps
SkSkbStreamParser
SkSkbStreamVerdict
CgroupDevice
SkMsgVerdict
CgroupInet4Bind
CgroupInet6Bind
CgroupInet4Connect
CgroupInet6Connect
CgroupInet4PostBind
CgroupInet6PostBind
CgroupUdp4Sendmsg
CgroupUdp6Sendmsg
LircMode2
FlowDissector
CgroupSysctl
CgroupUdp4Recvmsg
CgroupUdp6Recvmsg
CgroupGetsockopt
CgroupSetsockopt
TraceRawTp
TraceFentry
TraceFexit
ModifyReturn
LsmMac
TraceIter
CgroupInet4Getpeername
CgroupInet6Getpeername
CgroupInet4Getsockname
CgroupInet6Getsockname
XdpDevmap
CgroupInetSockRelease
XdpCpumap
SkLookup
Xdp
SkSkbVerdict
SkReuseportSelect
SkReuseportSelectOrMigrate
PerfEvent
TraceKprobeMulti
Trait Implementations§
Source§impl Clone for AttachType
impl Clone for AttachType
Source§fn clone(&self) -> AttachType
fn clone(&self) -> AttachType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for AttachType
Auto Trait Implementations§
impl Freeze for AttachType
impl RefUnwindSafe for AttachType
impl Send for AttachType
impl Sync for AttachType
impl Unpin for AttachType
impl UnwindSafe for AttachType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more