Home
last modified time | relevance | path

Searched refs:delete_filter (Results 1 – 7 of 7) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp207 void delete_filter(filter& f) { in delete_filter() function in dbus::connection
208 this->get_service().delete_filter(this->get_implementation(), f); in delete_filter()
H A Dfilter.hpp41 ~filter() { connection_->delete_filter(*this); } in ~filter()
H A Dconnection_service.hpp103 inline void delete_filter(implementation_type& impl, filter& f);
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.h49 int delete_filter(struct adapter *adapter, unsigned int fidx);
H A Dcxgb4_filter.c953 int delete_filter(struct adapter *adapter, unsigned int fidx) in delete_filter() function
H A Dcxgb4_main.c3000 return delete_filter(adap, stid); in cxgb4_remove_server_filter()
/openbmc/boost-dbus/include/dbus/impl/
H A Dfilter.ipp33 void connection_service::delete_filter(implementation_type& impl, filter& f) {