Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ethtool_rx_flow_spec Struct Reference

#include <ethtool.h>

Data Fields

__u32 flow_type
 
union ethtool_flow_union h_u
 
struct ethtool_flow_ext h_ext
 
union ethtool_flow_union m_u
 
struct ethtool_flow_ext m_ext
 
__u64 ring_cookie
 
__u32 location
 

Detailed Description

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.

Field Documentation

__u32 flow_type

Definition at line 528 of file ethtool.h.

Definition at line 530 of file ethtool.h.

union ethtool_flow_union h_u

Definition at line 529 of file ethtool.h.

__u32 location

Definition at line 534 of file ethtool.h.

Definition at line 532 of file ethtool.h.

union ethtool_flow_union m_u

Definition at line 531 of file ethtool.h.

__u64 ring_cookie

Definition at line 533 of file ethtool.h.


The documentation for this struct was generated from the following file: