Searched refs:f_rule (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c143 struct flow_rule *f_rule = flow_cls_offload_flow_rule(f); local
150 flow_rule_match_meta(f_rule, &match);
195 struct flow_rule *f_rule = flow_cls_offload_flow_rule(f); local
196 struct flow_dissector *dissector = f_rule->match.dissector;
221 if (flow_rule_match_key(f_rule, FLOW_DISSECTOR_KEY_META)) {
227 if (flow_rule_match_key(f_rule, FLOW_DISSECTOR_KEY_CONTROL)) {
230 flow_rule_match_control(f_rule, &match);
234 if (flow_rule_match_key(f_rule, FLOW_DISSECTOR_KEY_BASIC)) {
237 flow_rule_match_basic(f_rule, &match);
254 if (flow_rule_match_key(f_rule, FLOW_DISSECTOR_KEY_ETH_ADDR
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c235 struct ice_fdir_fltr *f_rule; local
244 list_for_each_entry(f_rule, &hw->fdir_list_head, fltr_node) {
249 rule_locs[cnt] = f_rule->fltr_id;
1454 struct ice_fdir_fltr *f_rule; local
1457 list_for_each_entry(f_rule, &hw->fdir_list_head, fltr_node) {
1458 int err = ice_fdir_write_all_fltr(pf, f_rule, true);
1462 err, f_rule->fltr_id);
1502 struct ice_fdir_fltr *f_rule, *tmp; local
1506 list_for_each_entry_safe(f_rule, tmp, &hw->fdir_list_head, fltr_node) {
1507 ice_fdir_write_all_fltr(pf, f_rule, fals
1510 devm_kfree(ice_pf_to_dev(pf), f_rule); local
[all...]

Completed in 200 milliseconds