pub trait NetlinkRequest {
type ReplyType<'buf>;
// Required methods
fn protocol(&self) -> Protocol;
fn flags(&self) -> u16;
fn payload(&self) -> &[u8] ⓘ;
fn decode_reply(buf: &[u8]) -> Self::ReplyType<'_>;
// Provided method
fn lookup(
buf: &[u8],
offset: usize,
missing_type: Option<u16>,
) -> (Vec<(&'static str, usize)>, Option<&'static str>) { ... }
}Expand description
A trait describing how to handle a particular request. It designed to be used by a netlink socket implementation.
Required Associated Types§
Required Methods§
fn decode_reply(buf: &[u8]) -> Self::ReplyType<'_>
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl NetlinkRequest for netlink_bindings::conntrack::RequestOpGetDoRequest<'_>
Available on crate feature conntrack only.
impl NetlinkRequest for netlink_bindings::conntrack::RequestOpGetDoRequest<'_>
Available on crate feature
conntrack only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::conntrack::RequestOpGetDumpRequest<'_>
Available on crate feature conntrack only.
impl NetlinkRequest for netlink_bindings::conntrack::RequestOpGetDumpRequest<'_>
Available on crate feature
conntrack only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetStatsDumpRequest<'_>
Available on crate feature conntrack only.
impl NetlinkRequest for RequestOpGetStatsDumpRequest<'_>
Available on crate feature
conntrack only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetStatsDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpDpipeEntriesGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpDpipeEntriesGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpDpipeEntriesGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpDpipeHeadersGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpDpipeHeadersGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpDpipeHeadersGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpDpipeTableCountersSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpDpipeTableCountersSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpDpipeTableCountersSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpDpipeTableGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpDpipeTableGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpDpipeTableGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpEswitchGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpEswitchGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpEswitchGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpEswitchSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpEswitchSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpEswitchSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpFlashUpdateDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpFlashUpdateDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpFlashUpdateDoReply<'buf>
Source§impl NetlinkRequest for netlink_bindings::devlink::RequestOpGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for netlink_bindings::devlink::RequestOpGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpGetDoReply<'buf>
Source§impl NetlinkRequest for netlink_bindings::devlink::RequestOpGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for netlink_bindings::devlink::RequestOpGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpHealthReporterDiagnoseDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpHealthReporterDiagnoseDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpHealthReporterDiagnoseDoReply<'buf>
Source§impl NetlinkRequest for RequestOpHealthReporterDumpClearDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpHealthReporterDumpClearDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpHealthReporterDumpClearDoReply<'buf>
Source§impl NetlinkRequest for RequestOpHealthReporterDumpGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpHealthReporterDumpGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpHealthReporterDumpGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpHealthReporterGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpHealthReporterGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpHealthReporterGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpHealthReporterGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpHealthReporterGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpHealthReporterGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpHealthReporterRecoverDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpHealthReporterRecoverDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpHealthReporterRecoverDoReply<'buf>
Source§impl NetlinkRequest for RequestOpHealthReporterSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpHealthReporterSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpHealthReporterSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpHealthReporterTestDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpHealthReporterTestDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpHealthReporterTestDoReply<'buf>
Source§impl NetlinkRequest for RequestOpInfoGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpInfoGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpInfoGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpInfoGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpInfoGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpInfoGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpLinecardGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpLinecardGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpLinecardGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpLinecardGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpLinecardGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpLinecardGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpLinecardSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpLinecardSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpLinecardSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpNotifyFilterSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpNotifyFilterSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpNotifyFilterSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpParamGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpParamGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpParamGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpParamGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpParamGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpParamGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpParamSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpParamSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpParamSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPortDelDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortDelDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortDelDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPortGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPortGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpPortNewDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortNewDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortNewDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPortParamGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortParamGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortParamGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPortParamGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortParamGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortParamGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpPortParamSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortParamSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortParamSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPortSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPortSplitDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortSplitDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortSplitDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPortUnsplitDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpPortUnsplitDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpPortUnsplitDoReply<'buf>
Source§impl NetlinkRequest for RequestOpRateDelDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRateDelDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRateDelDoReply<'buf>
Source§impl NetlinkRequest for RequestOpRateGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRateGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRateGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpRateGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRateGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRateGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpRateNewDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRateNewDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRateNewDoReply<'buf>
Source§impl NetlinkRequest for RequestOpRateSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRateSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRateSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpRegionDelDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRegionDelDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRegionDelDoReply<'buf>
Source§impl NetlinkRequest for RequestOpRegionGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRegionGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRegionGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpRegionGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRegionGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRegionGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpRegionNewDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRegionNewDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRegionNewDoReply<'buf>
Source§impl NetlinkRequest for RequestOpRegionReadDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpRegionReadDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpRegionReadDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpReloadDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpReloadDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpReloadDoReply<'buf>
Source§impl NetlinkRequest for RequestOpResourceDumpDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpResourceDumpDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpResourceDumpDoReply<'buf>
Source§impl NetlinkRequest for RequestOpResourceSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpResourceSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpResourceSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpSbOccMaxClearDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbOccMaxClearDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbOccMaxClearDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbOccSnapshotDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbOccSnapshotDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbOccSnapshotDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbPoolGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbPoolGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbPoolGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbPoolGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbPoolGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbPoolGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpSbPoolSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbPoolSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbPoolSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbPortPoolGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbPortPoolGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbPortPoolGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbPortPoolGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbPortPoolGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbPortPoolGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpSbPortPoolSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbPortPoolSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbPortPoolSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbTcPoolBindGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbTcPoolBindGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbTcPoolBindGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSbTcPoolBindGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbTcPoolBindGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbTcPoolBindGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpSbTcPoolBindSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSbTcPoolBindSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSbTcPoolBindSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSelftestsGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSelftestsGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSelftestsGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpSelftestsGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSelftestsGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSelftestsGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpSelftestsRunDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpSelftestsRunDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpSelftestsRunDoReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapGroupGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapGroupGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapGroupGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapGroupGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapGroupGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapGroupGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapGroupSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapGroupSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapGroupSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapPolicerGetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapPolicerGetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapPolicerGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapPolicerGetDumpRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapPolicerGetDumpRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapPolicerGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapPolicerSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapPolicerSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapPolicerSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpTrapSetDoRequest<'_>
Available on crate feature devlink only.
impl NetlinkRequest for RequestOpTrapSetDoRequest<'_>
Available on crate feature
devlink only.type ReplyType<'buf> = IterableOpTrapSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpBindRxDoRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpBindRxDoRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpBindRxDoReply<'buf>
Source§impl NetlinkRequest for RequestOpBindTxDoRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpBindTxDoRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpBindTxDoReply<'buf>
Source§impl NetlinkRequest for RequestOpDevGetDoRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpDevGetDoRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpDevGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpDevGetDumpRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpDevGetDumpRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpDevGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpNapiGetDoRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpNapiGetDoRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpNapiGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpNapiGetDumpRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpNapiGetDumpRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpNapiGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpNapiSetDoRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpNapiSetDoRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpNapiSetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPagePoolGetDoRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpPagePoolGetDoRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpPagePoolGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPagePoolGetDumpRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpPagePoolGetDumpRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpPagePoolGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpPagePoolStatsGetDoRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpPagePoolStatsGetDoRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpPagePoolStatsGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpPagePoolStatsGetDumpRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpPagePoolStatsGetDumpRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpPagePoolStatsGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpQstatsGetDumpRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpQstatsGetDumpRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpQstatsGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpQueueGetDoRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpQueueGetDoRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpQueueGetDoReply<'buf>
Source§impl NetlinkRequest for RequestOpQueueGetDumpRequest<'_>
Available on crate feature netdev only.
impl NetlinkRequest for RequestOpQueueGetDumpRequest<'_>
Available on crate feature
netdev only.type ReplyType<'buf> = IterableOpQueueGetDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpBatchBeginDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpBatchBeginDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpBatchBeginDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpBatchEndDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpBatchEndDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpBatchEndDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::nftables::RequestOpDelchainDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for netlink_bindings::nftables::RequestOpDelchainDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDelchainDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDelflowtableDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDelflowtableDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDelflowtableDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDelobjDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDelobjDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDelobjDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::nftables::RequestOpDelruleDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for netlink_bindings::nftables::RequestOpDelruleDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDelruleDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDelsetDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDelsetDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDelsetDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDelsetelemDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDelsetelemDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDelsetelemDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDeltableDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDeltableDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDeltableDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDestroychainDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDestroychainDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDestroychainDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDestroyflowtableDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDestroyflowtableDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDestroyflowtableDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDestroyobjDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDestroyobjDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDestroyobjDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDestroyruleDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDestroyruleDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDestroyruleDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDestroysetDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDestroysetDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDestroysetDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDestroysetelemDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDestroysetelemDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDestroysetelemDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDestroytableDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpDestroytableDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpDestroytableDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::nftables::RequestOpGetchainDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for netlink_bindings::nftables::RequestOpGetchainDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetchainDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetchainDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetchainDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetchainDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetcompatDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetcompatDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetcompatDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetcompatDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetcompatDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetcompatDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetflowtableDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetflowtableDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetflowtableDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetflowtableDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetflowtableDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetflowtableDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetgenDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetgenDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetgenDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetgenDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetgenDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetgenDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetobjDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetobjDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetobjDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetobjDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetobjDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetobjDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetruleDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetruleDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetruleDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::nftables::RequestOpGetruleDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for netlink_bindings::nftables::RequestOpGetruleDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetruleDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetruleResetDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetruleResetDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetruleResetDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetruleResetDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetruleResetDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetruleResetDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetsetDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetsetDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetsetDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetsetDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetsetDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetsetDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetsetelemDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetsetelemDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetsetelemDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetsetelemDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetsetelemDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetsetelemDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetsetelemResetDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetsetelemResetDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetsetelemResetDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetsetelemResetDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGetsetelemResetDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGetsetelemResetDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGettableDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGettableDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGettableDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGettableDumpRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpGettableDumpRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpGettableDumpReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::nftables::RequestOpNewchainDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for netlink_bindings::nftables::RequestOpNewchainDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpNewchainDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewflowtableDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpNewflowtableDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpNewflowtableDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewobjDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpNewobjDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpNewobjDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::nftables::RequestOpNewruleDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for netlink_bindings::nftables::RequestOpNewruleDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpNewruleDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewsetDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpNewsetDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpNewsetDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewsetelemDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpNewsetelemDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpNewsetelemDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewtableDoRequest<'_>
Available on crate feature nftables only.
impl NetlinkRequest for RequestOpNewtableDoRequest<'_>
Available on crate feature
nftables only.type ReplyType<'buf> = (PushNfgenmsg, IterableOpNewtableDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDoRequest<'_>
Available on crate feature nl80211 only.
impl NetlinkRequest for RequestOpDoRequest<'_>
Available on crate feature
nl80211 only.type ReplyType<'buf> = IterableNl80211Attrs<'buf>
Source§impl NetlinkRequest for RequestOpDumpRequest<'_>
Available on crate feature nl80211 only.
impl NetlinkRequest for RequestOpDumpRequest<'_>
Available on crate feature
nl80211 only.type ReplyType<'buf> = IterableNl80211Attrs<'buf>
Source§impl NetlinkRequest for RequestOpGetInterfaceDoRequest<'_>
Available on crate feature nl80211 only.
impl NetlinkRequest for RequestOpGetInterfaceDoRequest<'_>
Available on crate feature
nl80211 only.type ReplyType<'buf> = IterableNl80211Attrs<'buf>
Source§impl NetlinkRequest for RequestOpGetInterfaceDumpRequest<'_>
Available on crate feature nl80211 only.
impl NetlinkRequest for RequestOpGetInterfaceDumpRequest<'_>
Available on crate feature
nl80211 only.type ReplyType<'buf> = IterableNl80211Attrs<'buf>
Source§impl NetlinkRequest for RequestOpGetProtocolFeaturesDoRequest<'_>
Available on crate feature nl80211 only.
impl NetlinkRequest for RequestOpGetProtocolFeaturesDoRequest<'_>
Available on crate feature
nl80211 only.type ReplyType<'buf> = IterableNl80211Attrs<'buf>
Source§impl NetlinkRequest for RequestOpGetWiphyDoRequest<'_>
Available on crate feature nl80211 only.
impl NetlinkRequest for RequestOpGetWiphyDoRequest<'_>
Available on crate feature
nl80211 only.type ReplyType<'buf> = IterableNl80211Attrs<'buf>
Source§impl NetlinkRequest for RequestOpGetWiphyDumpRequest<'_>
Available on crate feature nl80211 only.
impl NetlinkRequest for RequestOpGetWiphyDumpRequest<'_>
Available on crate feature
nl80211 only.type ReplyType<'buf> = IterableNl80211Attrs<'buf>
Source§impl NetlinkRequest for RequestOpGetfamilyDoRequest<'_>
Available on crate feature nlctrl only.
impl NetlinkRequest for RequestOpGetfamilyDoRequest<'_>
Available on crate feature
nlctrl only.type ReplyType<'buf> = IterableOpGetfamilyDoReply<'buf>
Source§impl NetlinkRequest for RequestOpGetfamilyDumpRequest<'_>
Available on crate feature nlctrl only.
impl NetlinkRequest for RequestOpGetfamilyDumpRequest<'_>
Available on crate feature
nlctrl only.type ReplyType<'buf> = IterableOpGetfamilyDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpGetpolicyDumpRequest<'_>
Available on crate feature nlctrl only.
impl NetlinkRequest for RequestOpGetpolicyDumpRequest<'_>
Available on crate feature
nlctrl only.type ReplyType<'buf> = IterableOpGetpolicyDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpDeladdrDoRequest<'_>
Available on crate feature rt-addr only.
impl NetlinkRequest for RequestOpDeladdrDoRequest<'_>
Available on crate feature
rt-addr only.type ReplyType<'buf> = (PushIfaddrmsg, IterableOpDeladdrDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetaddrDumpRequest<'_>
Available on crate feature rt-addr only.
impl NetlinkRequest for RequestOpGetaddrDumpRequest<'_>
Available on crate feature
rt-addr only.type ReplyType<'buf> = (PushIfaddrmsg, IterableOpGetaddrDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetmulticastDoRequest<'_>
Available on crate feature rt-addr only.
impl NetlinkRequest for RequestOpGetmulticastDoRequest<'_>
Available on crate feature
rt-addr only.type ReplyType<'buf> = (PushIfaddrmsg, IterableOpGetmulticastDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetmulticastDumpRequest<'_>
Available on crate feature rt-addr only.
impl NetlinkRequest for RequestOpGetmulticastDumpRequest<'_>
Available on crate feature
rt-addr only.type ReplyType<'buf> = (PushIfaddrmsg, IterableOpGetmulticastDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewaddrDoRequest<'_>
Available on crate feature rt-addr only.
impl NetlinkRequest for RequestOpNewaddrDoRequest<'_>
Available on crate feature
rt-addr only.type ReplyType<'buf> = (PushIfaddrmsg, IterableOpNewaddrDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDellinkDoRequest<'_>
Available on crate feature rt-link only.
impl NetlinkRequest for RequestOpDellinkDoRequest<'_>
Available on crate feature
rt-link only.type ReplyType<'buf> = (PushIfinfomsg, IterableOpDellinkDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetlinkDoRequest<'_>
Available on crate feature rt-link only.
impl NetlinkRequest for RequestOpGetlinkDoRequest<'_>
Available on crate feature
rt-link only.type ReplyType<'buf> = (PushIfinfomsg, IterableOpGetlinkDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetlinkDumpRequest<'_>
Available on crate feature rt-link only.
impl NetlinkRequest for RequestOpGetlinkDumpRequest<'_>
Available on crate feature
rt-link only.type ReplyType<'buf> = (PushIfinfomsg, IterableOpGetlinkDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetstatsDoRequest<'_>
Available on crate feature rt-link only.
impl NetlinkRequest for RequestOpGetstatsDoRequest<'_>
Available on crate feature
rt-link only.type ReplyType<'buf> = (PushIfStatsMsg, IterableOpGetstatsDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetstatsDumpRequest<'_>
Available on crate feature rt-link only.
impl NetlinkRequest for RequestOpGetstatsDumpRequest<'_>
Available on crate feature
rt-link only.type ReplyType<'buf> = (PushIfStatsMsg, IterableOpGetstatsDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewlinkDoRequest<'_>
Available on crate feature rt-link only.
impl NetlinkRequest for RequestOpNewlinkDoRequest<'_>
Available on crate feature
rt-link only.type ReplyType<'buf> = (PushIfinfomsg, IterableOpNewlinkDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpSetlinkDoRequest<'_>
Available on crate feature rt-link only.
impl NetlinkRequest for RequestOpSetlinkDoRequest<'_>
Available on crate feature
rt-link only.type ReplyType<'buf> = (PushIfinfomsg, IterableOpSetlinkDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDelneighDoRequest<'_>
Available on crate feature rt-neigh only.
impl NetlinkRequest for RequestOpDelneighDoRequest<'_>
Available on crate feature
rt-neigh only.type ReplyType<'buf> = (PushNdmsg, IterableOpDelneighDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetneighDoRequest<'_>
Available on crate feature rt-neigh only.
impl NetlinkRequest for RequestOpGetneighDoRequest<'_>
Available on crate feature
rt-neigh only.type ReplyType<'buf> = (PushNdmsg, IterableOpGetneighDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetneighDumpRequest<'_>
Available on crate feature rt-neigh only.
impl NetlinkRequest for RequestOpGetneighDumpRequest<'_>
Available on crate feature
rt-neigh only.type ReplyType<'buf> = (PushNdmsg, IterableOpGetneighDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetneightblDumpRequest<'_>
Available on crate feature rt-neigh only.
impl NetlinkRequest for RequestOpGetneightblDumpRequest<'_>
Available on crate feature
rt-neigh only.type ReplyType<'buf> = (PushNdtmsg, IterableOpGetneightblDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewneighDoRequest<'_>
Available on crate feature rt-neigh only.
impl NetlinkRequest for RequestOpNewneighDoRequest<'_>
Available on crate feature
rt-neigh only.type ReplyType<'buf> = (PushNdmsg, IterableOpNewneighDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpSetneightblDoRequest<'_>
Available on crate feature rt-neigh only.
impl NetlinkRequest for RequestOpSetneightblDoRequest<'_>
Available on crate feature
rt-neigh only.type ReplyType<'buf> = (PushNdtmsg, IterableOpSetneightblDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDelrouteDoRequest<'_>
Available on crate feature rt-route only.
impl NetlinkRequest for RequestOpDelrouteDoRequest<'_>
Available on crate feature
rt-route only.type ReplyType<'buf> = (PushRtmsg, IterableOpDelrouteDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetrouteDoRequest<'_>
Available on crate feature rt-route only.
impl NetlinkRequest for RequestOpGetrouteDoRequest<'_>
Available on crate feature
rt-route only.type ReplyType<'buf> = (PushRtmsg, IterableOpGetrouteDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetrouteDumpRequest<'_>
Available on crate feature rt-route only.
impl NetlinkRequest for RequestOpGetrouteDumpRequest<'_>
Available on crate feature
rt-route only.type ReplyType<'buf> = (PushRtmsg, IterableOpGetrouteDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewrouteDoRequest<'_>
Available on crate feature rt-route only.
impl NetlinkRequest for RequestOpNewrouteDoRequest<'_>
Available on crate feature
rt-route only.type ReplyType<'buf> = (PushRtmsg, IterableOpNewrouteDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::rt_rule::RequestOpDelruleDoRequest<'_>
Available on crate feature rt-rule only.
impl NetlinkRequest for netlink_bindings::rt_rule::RequestOpDelruleDoRequest<'_>
Available on crate feature
rt-rule only.type ReplyType<'buf> = (PushFibRuleHdr, IterableOpDelruleDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::rt_rule::RequestOpGetruleDumpRequest<'_>
Available on crate feature rt-rule only.
impl NetlinkRequest for netlink_bindings::rt_rule::RequestOpGetruleDumpRequest<'_>
Available on crate feature
rt-rule only.type ReplyType<'buf> = (PushFibRuleHdr, IterableOpGetruleDumpReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::rt_rule::RequestOpNewruleDoRequest<'_>
Available on crate feature rt-rule only.
impl NetlinkRequest for netlink_bindings::rt_rule::RequestOpNewruleDoRequest<'_>
Available on crate feature
rt-rule only.type ReplyType<'buf> = (PushFibRuleHdr, IterableOpNewruleDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::tc::RequestOpDelchainDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for netlink_bindings::tc::RequestOpDelchainDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpDelchainDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDelqdiscDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpDelqdiscDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpDelqdiscDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDeltclassDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpDeltclassDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpDeltclassDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpDeltfilterDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpDeltfilterDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpDeltfilterDoReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::tc::RequestOpGetchainDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for netlink_bindings::tc::RequestOpGetchainDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpGetchainDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetqdiscDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpGetqdiscDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpGetqdiscDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetqdiscDumpRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpGetqdiscDumpRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpGetqdiscDumpReply<'buf>)
Source§impl NetlinkRequest for RequestOpGettclassDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpGettclassDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpGettclassDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGettfilterDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpGettfilterDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpGettfilterDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGettfilterDumpRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpGettfilterDumpRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpGettfilterDumpReply<'buf>)
Source§impl NetlinkRequest for netlink_bindings::tc::RequestOpNewchainDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for netlink_bindings::tc::RequestOpNewchainDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpNewchainDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewqdiscDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpNewqdiscDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpNewqdiscDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewtclassDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpNewtclassDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpNewtclassDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpNewtfilterDoRequest<'_>
Available on crate feature tc only.
impl NetlinkRequest for RequestOpNewtfilterDoRequest<'_>
Available on crate feature
tc only.type ReplyType<'buf> = (PushTcmsg, IterableOpNewtfilterDoReply<'buf>)
Source§impl NetlinkRequest for RequestOpGetDeviceDumpRequest<'_>
Available on crate feature wireguard only.
impl NetlinkRequest for RequestOpGetDeviceDumpRequest<'_>
Available on crate feature
wireguard only.type ReplyType<'buf> = IterableOpGetDeviceDumpReply<'buf>
Source§impl NetlinkRequest for RequestOpSetDeviceDoRequest<'_>
Available on crate feature wireguard only.
impl NetlinkRequest for RequestOpSetDeviceDoRequest<'_>
Available on crate feature
wireguard only.