Home
last modified time | relevance | path

Searched refs:is_tcf_mirred_egress_mirror (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/net/tc_act/
Dtc_mirred.h26 static inline bool is_tcf_mirred_egress_mirror(const struct tc_action *a) in is_tcf_mirred_egress_mirror() function
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c87 } else if (is_tcf_mirred_egress_mirror(a)) { in mlxsw_sp_flower_parse_actions()
Dspectrum.c1351 if (is_tcf_mirred_egress_mirror(a) && protocol == htons(ETH_P_ALL)) { in mlxsw_sp_port_add_cls_matchall()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Daction.c734 } else if (is_tcf_mirred_egress_mirror(a)) { in nfp_flower_loop_action()
/Linux-v4.19/net/dsa/
Dslave.c779 if (is_tcf_mirred_egress_mirror(a) && protocol == htons(ETH_P_ALL)) { in dsa_slave_add_cls_matchall()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2706 if (is_tcf_mirred_egress_redirect(a) || is_tcf_mirred_egress_mirror(a)) { in parse_tc_fdb_actions()