D | spectrum_acl.c | 45 bool ingress; member 135 if (!binding->ingress) in mlxsw_sp_acl_block_is_egress_bound() 157 binding->mlxsw_sp_port, binding->ingress); in mlxsw_sp_acl_ruleset_bind() 169 binding->mlxsw_sp_port, binding->ingress); in mlxsw_sp_acl_ruleset_unbind() 235 struct mlxsw_sp_port *mlxsw_sp_port, bool ingress) in mlxsw_sp_acl_block_lookup() argument 241 binding->ingress == ingress) in mlxsw_sp_acl_block_lookup() 249 bool ingress) in mlxsw_sp_acl_block_bind() argument 254 if (WARN_ON(mlxsw_sp_acl_block_lookup(block, mlxsw_sp_port, ingress))) in mlxsw_sp_acl_block_bind() 261 binding->ingress = ingress; in mlxsw_sp_acl_block_bind() 280 bool ingress) in mlxsw_sp_acl_block_unbind() argument [all …]
|