Searched refs:rxErrorHandler (Results 1 – 2 of 2) sorted by relevance
116 const auto rxErrorHandler = [&rxErrorCount](const int, const int) { rxErrorCount++; }; in checkMassiveSocketDestroy() local117 skDestroyListener->registerSkErrorHandler(rxErrorHandler); in checkMassiveSocketDestroy()
62 const auto rxErrorHandler = [](const nlmsghdr& nlmsg, const Slice msg) { in NetlinkListener() local67 expectOk(NetlinkListener::subscribe(kNetlinkMsgErrorType, rxErrorHandler)); in NetlinkListener()