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