struct ethtool_rx_ntuple_flow_spec - specification for RX flow filter : Type of match to perform, e.g. TCP_V4_FLOW : Flow field values to match (dependent on ) : Masks for flow field value bits to be ignored : VLAN tag to match : Mask for VLAN tag bits to be ignored : Driver-dependent data to match : Mask for driver-dependent data bits to be ignored : RX ring/queue index to deliver to (non-negative) or other action (negative, e.g. ETHTOOL_RXNTUPLE_ACTION_DROP)
For flow types TCP_V4_FLOW, UDP_V4_FLOW and SCTP_V4_FLOW, where a field value and mask are both zero this is treated as if all mask bits are set i.e. the field is ignored.
Definition at line 634 of file ethtool.h.