Searched refs:nat_table_entry (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
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 *);
|
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* );
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
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() 403 void NatApp::UpdateCTUdpTs(nat_table_entry *rule, uint32_t new_ts) in UpdateCTUdpTs() 718 void NatApp::AddTempEntry(const nat_table_entry *new_entry) in AddTempEntry() 758 memcpy(&temp[cnt], new_entry, sizeof(nat_table_entry)); in AddTempEntry() 768 void NatApp::DeleteTempEntry(const nat_table_entry *entry) in DeleteTempEntry() [all …]
|
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()
|