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