/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Conntrack_NATApp.h | 70 }nat_table_entry; typedef 80 nat_table_entry *cache; 81 nat_table_entry temp[MAX_TEMP_ENTRIES]; 107 void UpdateCTUdpTs(nat_table_entry *, uint32_t); 108 bool ChkForDup(const nat_table_entry *); 121 int AddEntry(const nat_table_entry *); 122 int DeleteEntry(const nat_table_entry *); 124 int AddConnection(const nat_table_entry *); 136 void AddTempEntry(const nat_table_entry *); 137 void CacheEntry(const nat_table_entry *); [all …]
|
H A D | IPACM_ConntrackListener.h | 59 nat_table_entry *rule; 100 bool AddIface(nat_table_entry *, bool *); 102 void PopulateTCPorUDPEntry(struct nf_conntrack *, uint32_t, nat_table_entry *); 103 void CheckSTAClient(const nat_table_entry *, bool *); 110 enum nf_conntrack_msg_type, nat_table_entry* );
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
H A D | IPACM_Conntrack_NATApp.h | 68 }nat_table_entry; typedef 78 nat_table_entry *cache; 79 nat_table_entry temp[MAX_TEMP_ENTRIES]; 100 void UpdateCTUdpTs(nat_table_entry *, uint32_t); 101 bool ChkForDup(const nat_table_entry *); 113 int AddEntry(const nat_table_entry *); 114 int DeleteEntry(const nat_table_entry *); 125 void AddTempEntry(const nat_table_entry *); 126 void CacheEntry(const nat_table_entry *); 127 void DeleteTempEntry(const nat_table_entry *);
|
H A D | IPACM_ConntrackListener.h | 59 nat_table_entry *rule; 90 bool AddIface(nat_table_entry *, bool *); 92 void PopulateTCPorUDPEntry(struct nf_conntrack *, uint32_t, nat_table_entry *); 93 void CheckSTAClient(const nat_table_entry *, bool *); 100 enum nf_conntrack_msg_type, nat_table_entry* );
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Conntrack_NATApp.h | 68 }nat_table_entry; typedef 78 nat_table_entry *cache; 79 nat_table_entry temp[MAX_TEMP_ENTRIES]; 100 void UpdateCTUdpTs(nat_table_entry *, uint32_t); 101 bool ChkForDup(const nat_table_entry *); 114 int AddEntry(const nat_table_entry *); 115 int DeleteEntry(const nat_table_entry *); 126 void AddTempEntry(const nat_table_entry *); 127 void CacheEntry(const nat_table_entry *); 128 void DeleteTempEntry(const nat_table_entry *);
|
H A D | IPACM_ConntrackListener.h | 59 nat_table_entry *rule; 90 bool AddIface(nat_table_entry *, bool *); 92 void PopulateTCPorUDPEntry(struct nf_conntrack *, uint32_t, nat_table_entry *); 93 void CheckSTAClient(const nat_table_entry *, bool *); 100 enum nf_conntrack_msg_type, nat_table_entry* );
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Conntrack_NATApp.cpp | 72 size = (sizeof(nat_table_entry) * max_entries); in Init() 73 cache = (nat_table_entry *)malloc(size); in Init() 144 memset(cache, 0, sizeof(nat_table_entry) * max_entries); in AddTable() 234 bool NatApp::ChkForDup(const nat_table_entry *rule) in ChkForDup() 257 int NatApp::DeleteEntry(const nat_table_entry *rule) in DeleteEntry() 299 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() 758 memcpy(&temp[cnt], new_entry, sizeof(nat_table_entry)); in AddTempEntry() 768 void NatApp::DeleteTempEntry(const nat_table_entry *entry) in DeleteTempEntry() 786 memset(&temp[cnt], 0, sizeof(nat_table_entry)); in DeleteTempEntry() 830 memset(&temp[cnt], 0, sizeof(nat_table_entry)); in FlushTempEntries() [all …]
|
H A D | IPACM_ConntrackListener.cpp | 702 nat_table_entry *rule, bool *isTempEntry) in AddIface() 875 nat_table_entry *rule) in PopulateTCPorUDPEntry() 969 nat_table_entry *rule) in HandleLan2Lan() 998 const nat_table_entry *rule, bool *isTempEntry) in CheckSTAClient() 1039 nat_table_entry rule; in ProcessTCPorUDPMsg()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Conntrack_NATApp.cpp | 76 size = (sizeof(nat_table_entry) * max_entries); in Init() 77 cache = (nat_table_entry *)malloc(size); in Init() 160 memset(cache, 0, sizeof(nat_table_entry) * max_entries); in AddTable() 263 bool NatApp::ChkForDup(const nat_table_entry *rule) in ChkForDup() 286 int NatApp::DeleteEntry(const nat_table_entry *rule) in DeleteEntry() 328 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() 788 memcpy(&temp[cnt], new_entry, sizeof(nat_table_entry)); in AddTempEntry() 798 void NatApp::DeleteTempEntry(const nat_table_entry *entry) in DeleteTempEntry() 816 memset(&temp[cnt], 0, sizeof(nat_table_entry)); in DeleteTempEntry() 860 memset(&temp[cnt], 0, sizeof(nat_table_entry)); in FlushTempEntries() [all …]
|
H A D | IPACM_ConntrackListener.cpp | 693 nat_table_entry *rule, bool *isTempEntry) in AddIface() 866 nat_table_entry *rule) in PopulateTCPorUDPEntry() 960 nat_table_entry *rule) in HandleLan2Lan() 989 const nat_table_entry *rule, bool *isTempEntry) in CheckSTAClient() 1030 nat_table_entry rule; in ProcessTCPorUDPMsg()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Conntrack_NATApp.cpp | 90 size = (sizeof(nat_table_entry) * max_entries); in Init() 91 cache = (nat_table_entry *)malloc(size); in Init() 174 memset(cache, 0, sizeof(nat_table_entry) * max_entries); in AddTable() 311 bool NatApp::ChkForDup(const nat_table_entry *rule) in ChkForDup() 334 int NatApp::DeleteEntry(const nat_table_entry *rule) in DeleteEntry() 392 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() 514 int NatApp::AddConnection(const nat_table_entry *rule) in AddConnection() 1029 memcpy(&temp[cnt], new_entry, sizeof(nat_table_entry)); in AddTempEntry() 1057 memset(&temp[cnt], 0, sizeof(nat_table_entry)); in DeleteTempEntry() 1101 memset(&temp[cnt], 0, sizeof(nat_table_entry)); in FlushTempEntries() [all …]
|
H A D | IPACM_ConntrackListener.cpp | 716 nat_table_entry *rule, bool *isTempEntry) in AddIface() 889 nat_table_entry *rule) in PopulateTCPorUDPEntry() 994 nat_table_entry *rule) in HandleLan2Lan() 1023 const nat_table_entry *rule, bool *isTempEntry) in CheckSTAClient() 1064 nat_table_entry rule; in ProcessTCPorUDPMsg()
|