pub enum Flow {
Show 27 variants
Ether(u32),
Ip4(u32),
Ip6(u32),
Tcp4(u32),
Tcp6(u32),
Udp4(u32),
Udp6(u32),
Sctp4(u32),
Sctp6(u32),
Ah4(u32),
Ah6(u32),
Esp4(u32),
Esp6(u32),
AhEsp4(u32),
AhEsp6(u32),
Gtpu4(u32),
Gtpu6(u32),
Gtpc4(u32),
Gtpc6(u32),
GtpcTeid4(u32),
GtpcTeid6(u32),
GtpuEh4(u32),
GtpuEh6(u32),
GtpuUl4(u32),
GtpuUl6(u32),
GtpuDl4(u32),
GtpuDl6(u32),
}ethtool only.Variants§
Ether(u32)
Associated type: RxfhFields (enum)
Ip4(u32)
Associated type: RxfhFields (enum)
Ip6(u32)
Associated type: RxfhFields (enum)
Tcp4(u32)
Associated type: RxfhFields (enum)
Tcp6(u32)
Associated type: RxfhFields (enum)
Udp4(u32)
Associated type: RxfhFields (enum)
Udp6(u32)
Associated type: RxfhFields (enum)
Sctp4(u32)
Associated type: RxfhFields (enum)
Sctp6(u32)
Associated type: RxfhFields (enum)
Ah4(u32)
Associated type: RxfhFields (enum)
Ah6(u32)
Associated type: RxfhFields (enum)
Esp4(u32)
Associated type: RxfhFields (enum)
Esp6(u32)
Associated type: RxfhFields (enum)
AhEsp4(u32)
Associated type: RxfhFields (enum)
AhEsp6(u32)
Associated type: RxfhFields (enum)
Gtpu4(u32)
Associated type: RxfhFields (enum)
Gtpu6(u32)
Associated type: RxfhFields (enum)
Gtpc4(u32)
Associated type: RxfhFields (enum)
Gtpc6(u32)
Associated type: RxfhFields (enum)
GtpcTeid4(u32)
Associated type: RxfhFields (enum)
GtpcTeid6(u32)
Associated type: RxfhFields (enum)
GtpuEh4(u32)
Associated type: RxfhFields (enum)
GtpuEh6(u32)
Associated type: RxfhFields (enum)
GtpuUl4(u32)
Associated type: RxfhFields (enum)
GtpuUl6(u32)
Associated type: RxfhFields (enum)
GtpuDl4(u32)
Associated type: RxfhFields (enum)
GtpuDl6(u32)
Associated type: RxfhFields (enum)