Enum bpf_api::probes::AttachType
source · [−]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
sourceimpl Clone for AttachType
impl Clone for AttachType
sourcefn clone(&self) -> AttachType
fn clone(&self) -> AttachType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for AttachType
Auto Trait Implementations
impl RefUnwindSafe for AttachType
impl Send for AttachType
impl Sync for AttachType
impl Unpin for AttachType
impl UnwindSafe for AttachType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more