Searched refs:DestroyFilter (Results 1 – 2 of 2) sorted by relevance
49 typedef std::function<bool(uint8_t proto, const inet_diag_msg *)> DestroyFilter; typedef69 int readDiagMsg(uint8_t proto, const DestroyFilter& callback);96 int destroyLiveSockets(const DestroyFilter& destroy, const char *what, iovec *iov, int iovcnt);
206 int SockDiag::readDiagMsg(uint8_t proto, const SockDiag::DestroyFilter& shouldDestroy) { in readDiagMsg()332 int SockDiag::destroyLiveSockets(const DestroyFilter& destroyFilter, const char *what, in destroyLiveSockets()