Searched refs:pInstance (Results 1 – 8 of 8) sorted by relevance
48 IPACM_ConntrackClient *IPACM_ConntrackClient::pInstance = NULL; member in IPACM_ConntrackClient71 if(pInstance == NULL) in GetInstance()73 pInstance = new IPACM_ConntrackClient(); in GetInstance()75 pInstance->udp_filter = nfct_filter_create(); in GetInstance()76 if(pInstance->udp_filter == NULL) in GetInstance()79 delete pInstance; in GetInstance()84 pInstance->tcp_filter = nfct_filter_create(); in GetInstance()85 if(pInstance->tcp_filter == NULL) in GetInstance()88 delete pInstance; in GetInstance()94 return pInstance; in GetInstance()
46 IPACM_Config *IPACM_Config::pInstance = NULL; member in IPACM_Config410 if (pInstance == NULL) in GetInstance()412 pInstance = new IPACM_Config(); in GetInstance()414 res = pInstance->Init(); in GetInstance()417 delete pInstance; in GetInstance()423 return pInstance; in GetInstance()
38 NatApp *NatApp::pInstance = NULL; member in NatApp116 if(pInstance == NULL) in GetInstance()118 pInstance = new NatApp(); in GetInstance()120 if(pInstance->Init()) in GetInstance()122 delete pInstance; in GetInstance()127 return pInstance; in GetInstance()
53 IPACM_OffloadManager *IPACM_OffloadManager::pInstance = NULL; member in IPACM_OffloadManager685 if(pInstance == NULL) in GetInstance()686 pInstance = new IPACM_OffloadManager(); in GetInstance()688 return pInstance; in GetInstance()
66 static IPACM_ConntrackClient *pInstance;
76 static NatApp *pInstance;
89 static IPACM_OffloadManager *pInstance; //sky variable
350 static IPACM_Config *pInstance;