Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Daction.c270 int act_idx; in nfp_flower_tun_is_gre() local
273 for (act_idx = start_idx + 1; act_idx < num_act; act_idx++) in nfp_flower_tun_is_gre()
274 if (act[act_idx].id == FLOW_ACTION_REDIRECT || in nfp_flower_tun_is_gre()
275 act[act_idx].id == FLOW_ACTION_MIRRED) in nfp_flower_tun_is_gre()
276 return netif_is_gretap(act[act_idx].dev) || in nfp_flower_tun_is_gre()
277 netif_is_ip6gretap(act[act_idx].dev); in nfp_flower_tun_is_gre()
285 const struct flow_action_entry *act, int act_idx) in nfp_fl_get_tun_from_act() argument
293 if (nfp_flower_tun_is_gre(rule, act_idx)) in nfp_fl_get_tun_from_act()
1033 struct netlink_ext_ack *extack, int act_idx) in nfp_flower_loop_action() argument
1096 *tun_type = nfp_fl_get_tun_from_act(app, rule, act, act_idx); in nfp_flower_loop_action()
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c184 struct flow_action_entry *act, int act_idx, u8 *eth_addr, in bnxt_tc_parse_pedit() argument