Searched refs:FLOW_ACT_NO_APPEND (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | bridge_mcast.c | 58 .flags = FLOW_ACT_NO_APPEND | FLOW_ACT_IGNORE_FLOW_LEVEL, in mlx5_esw_bridge_mdb_flow_create() 514 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_mcast_flow_with_esw_create() 577 .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() 888 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_igmp_fh_create() 920 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_mld_fh_create()
|
| H A D | indir_table.c | 138 flow_act.flags = FLOW_ACT_IGNORE_FLOW_LEVEL | FLOW_ACT_NO_APPEND; in mlx5_esw_indir_table_rule_get()
|
| H A D | bridge.c | 582 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_flow_with_esw_create() 697 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_filter_flow_create() 750 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_egress_flow_create() 818 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_egress_miss_flow_create()
|
| /linux/include/linux/mlx5/ |
| H A D | fs.h | 289 FLOW_ACT_NO_APPEND = BIT(0), enumerator
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec_fs.c | 225 flow_act.flags = FLOW_ACT_NO_APPEND; in rx_add_rule_drop_auth_trailer() 303 flow_act.flags = FLOW_ACT_NO_APPEND; in rx_add_rule_drop_replay() 472 flow_act.flags = FLOW_ACT_NO_APPEND | FLOW_ACT_IGNORE_FLOW_LEVEL; in ipsec_rx_status_pass_create() 2094 flow_act.flags |= FLOW_ACT_NO_APPEND; in rx_add_rule() 2216 flow_act.flags |= FLOW_ACT_NO_APPEND; in tx_add_rule() 2309 flow_act.flags |= FLOW_ACT_NO_APPEND; in tx_add_policy() 2387 flow_act.flags |= FLOW_ACT_NO_APPEND; in rx_add_policy()
|
| H A D | psp.c | 725 flow_act.flags |= FLOW_ACT_NO_APPEND; in accel_psp_fs_tx_create_ft_table()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
| H A D | port_sel.c | 79 flow_act.flags |= FLOW_ACT_NO_APPEND; in mlx5_lag_create_port_sel_table()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | fs_chains.c | 382 act.flags = FLOW_ACT_NO_APPEND; in mlx5_chains_add_miss_rule()
|
| H A D | macsec_fs.c | 515 flow_act.flags = FLOW_ACT_NO_APPEND; in macsec_fs_tx_create() 1185 flow_act->flags = FLOW_ACT_NO_APPEND; in macsec_fs_rx_create_check_decap_rule()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_fs_ethtool.c | 462 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND }; in add_ethtool_flow_rule()
|
| H A D | fs_core.c | 2244 if (flow_act->flags & FLOW_ACT_NO_APPEND && in try_add_to_existing_fg() 2259 if (flow_act->flags & FLOW_ACT_NO_APPEND) in try_add_to_existing_fg() 2287 if (!(flow_act->flags & FLOW_ACT_NO_APPEND) && in try_add_to_existing_fg()
|
| H A D | eswitch_offloads.c | 664 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_offloaded_rule() 801 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_fwd_rule() 1419 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in esw_add_restore_rule()
|
| H A D | en_tc.c | 1247 .flags = FLOW_ACT_NO_APPEND, in mlx5e_add_offloaded_nic_rule()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 2219 act.flags = FLOW_ACT_IGNORE_FLOW_LEVEL | FLOW_ACT_NO_APPEND; in tc_ct_add_miss_rule()
|