Searched refs:mQuotaHandler (Results 1 – 2 of 2) sorted by relevance
148 if ((mQuotaHandler = setupSocket(&mQuotaSock, NETLINK_NFLOG, in start()188 if (mQuotaHandler) { in stop()189 if (mQuotaHandler->stop()) { in stop()194 delete mQuotaHandler; in stop()195 mQuotaHandler = nullptr; in stop()
36 NetlinkHandler *mQuotaHandler; variable