Searched defs:ice_fdir_fltr (Results 1 – 1 of 1) sorted by relevance
111 struct ice_fdir_fltr { struct112 struct list_head fltr_node;113 enum ice_fltr_ptype flow_type;115 union {118 } ip, mask;120 struct ice_fdir_extra ext_data;121 struct ice_fdir_extra ext_mask;124 __be16 flex_word;125 u16 flex_offset;126 u16 flex_fltr;[all …]