Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp406 if (commandFilter) in processI2cEvent()
412 if (commandFilter->isBlocked(netFn, cmd)) in processI2cEvent()
531 std::shared_ptr<IpmbCommandFilter> commandFilter) : in IpmbChannel() argument
535 commandFilter(commandFilter) in IpmbChannel()
712 if (commandFilter) in addFilter()
714 commandFilter->addFilter(respNetFn, cmd); in addFilter()
798 std::shared_ptr<IpmbCommandFilter> commandFilter = in initializeChannels() local
830 ((devIndex << 2) | static_cast<uint8_t>(type)), commandFilter); in initializeChannels()
H A Dipmbbridged.hpp267 std::shared_ptr<IpmbCommandFilter> commandFilter);
311 std::shared_ptr<IpmbCommandFilter> commandFilter; member in IpmbChannel