Searched refs:FLOW_ACT_NO_APPEND (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge_mcast.c | 58 .flags = FLOW_ACT_NO_APPEND | FLOW_ACT_IGNORE_FLOW_LEVEL, in mlx5_esw_bridge_mdb_flow_create() 511 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_mcast_flow_with_esw_create() 574 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_mcast_vlan_flow_create() 649 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_mcast_fwd_flow_create() 892 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_igmp_fh_create() 924 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_mld_fh_create()
|
D | ipsec_fs.c | 128 flow_act.flags = FLOW_ACT_NO_APPEND; in esw_ipsec_rx_status_pass_create()
|
D | indir_table.c | 138 flow_act.flags = FLOW_ACT_IGNORE_FLOW_LEVEL | FLOW_ACT_NO_APPEND; in mlx5_esw_indir_table_rule_get()
|
D | bridge.c | 580 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_flow_with_esw_create() 693 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_filter_flow_create() 746 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_egress_flow_create() 814 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_egress_miss_flow_create()
|
/Linux-v6.6/include/linux/mlx5/ |
D | fs.h | 259 FLOW_ACT_NO_APPEND = BIT(0), enumerator
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 1279 flow_act.flags |= FLOW_ACT_NO_APPEND; in rx_add_rule() 1374 flow_act.flags |= FLOW_ACT_NO_APPEND; in tx_add_rule() 1467 flow_act.flags |= FLOW_ACT_NO_APPEND; in tx_add_policy() 1545 flow_act.flags |= FLOW_ACT_NO_APPEND; in rx_add_policy()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | port_sel.c | 76 flow_act.flags |= FLOW_ACT_NO_APPEND; in mlx5_lag_create_port_sel_table()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.c | 376 act.flags = FLOW_ACT_NO_APPEND; in mlx5_chains_add_miss_rule()
|
D | macsec_fs.c | 519 flow_act.flags = FLOW_ACT_NO_APPEND; in macsec_fs_tx_create() 1189 flow_act->flags = FLOW_ACT_NO_APPEND; in macsec_fs_rx_create_check_decap_rule()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs_ethtool.c | 462 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND }; in add_ethtool_flow_rule()
|
D | eswitch_offloads.c | 650 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_offloaded_rule() 787 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_fwd_rule() 1394 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in esw_add_restore_rule()
|
D | fs_core.c | 1976 if (flow_act->flags & FLOW_ACT_NO_APPEND) in try_add_to_existing_fg() 2014 if (!(flow_act->flags & FLOW_ACT_NO_APPEND) && in try_add_to_existing_fg()
|
D | en_tc.c | 1239 .flags = FLOW_ACT_NO_APPEND, in mlx5e_add_offloaded_nic_rule()
|