Searched refs:act_idx (Results 1 – 2 of 2) sorted by relevance
269 int act_idx; in nfp_flower_tun_is_gre() local272 for (act_idx = start_idx + 1; act_idx < num_act; act_idx++) in nfp_flower_tun_is_gre()273 if (act[act_idx].id == FLOW_ACTION_REDIRECT || in nfp_flower_tun_is_gre()274 act[act_idx].id == FLOW_ACTION_MIRRED) in nfp_flower_tun_is_gre()275 return netif_is_gretap(act[act_idx].dev); in nfp_flower_tun_is_gre()283 const struct flow_action_entry *act, int act_idx) in nfp_fl_get_tun_from_act() argument291 if (nfp_flower_tun_is_gre(flow, act_idx)) in nfp_fl_get_tun_from_act()986 struct netlink_ext_ack *extack, int act_idx) in nfp_flower_loop_action() argument1048 *tun_type = nfp_fl_get_tun_from_act(app, flow, act, act_idx); in nfp_flower_loop_action()
183 struct flow_action_entry *act, int act_idx, u8 *eth_addr, in bnxt_tc_parse_pedit() argument