struct ethtool_rx_flow_spec - classification rule for RX flows : Type of match to perform, e.g. TCP_V4_FLOW : Flow fields to match (dependent on ) : Additional fields to match : Masks for flow field bits to be matched : Masks for additional field bits to be matched Note, all additional fields must be ignored unless includes the FLOW_EXT flag. : RX ring/queue index to deliver to, or RX_CLS_FLOW_DISC if packets should be discarded : Location of rule in the table. Locations must be numbered such that a flow matching multiple rules will be classified according to the first (lowest numbered) rule.
Definition at line 527 of file ethtool.h.