Home
last modified time | relevance | path

Searched refs:act_idx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Daction.c269 int act_idx; in nfp_flower_tun_is_gre() local
272 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() argument
291 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() argument
1048 *tun_type = nfp_fl_get_tun_from_act(app, flow, act, act_idx); in nfp_flower_loop_action()
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c183 struct flow_action_entry *act, int act_idx, u8 *eth_addr, in bnxt_tc_parse_pedit() argument