Searched refs:mQuotaHandler (Results 1 – 2 of 2) sorted by relevance
143 if ((mQuotaHandler = setupSocket(&mQuotaSock, NETLINK_NFLOG, in start()183 if (mQuotaHandler) { in stop()184 if (mQuotaHandler->stop()) { in stop()189 delete mQuotaHandler; in stop()190 mQuotaHandler = NULL; in stop()
34 NetlinkHandler *mQuotaHandler; variable