Searched defs:ice_tc_flower_fltr (Results 1 – 1 of 1) sorted by relevance
123 struct ice_tc_flower_fltr { struct124 struct hlist_node tc_flower_node;127 unsigned long cookie;132 u16 rid;133 u16 rule_id;137 u16 dest_id;139 struct ice_vsi *dest_vsi;141 enum ice_eswitch_fltr_direction direction;144 struct ice_tc_flower_lyr_2_4_hdrs outer_headers;168 static inline bool ice_is_chnl_fltr(struct ice_tc_flower_fltr *f) in ice_is_chnl_fltr() argument