Home
last modified time | relevance | path

Searched defs:ice_fdir_fltr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h163 struct ice_fdir_fltr { struct
164 struct list_head fltr_node;
165 enum ice_fltr_ptype flow_type;
167 struct ethhdr eth, eth_mask;
169 union {
172 } ip, mask;
174 struct ice_fdir_udp_gtp gtpu_data;
175 struct ice_fdir_udp_gtp gtpu_mask;
177 struct ice_fdir_l2tpv3 l2tpv3_data;
178 struct ice_fdir_l2tpv3 l2tpv3_mask;
[all …]