Home
last modified time | relevance | path

Searched refs:nat_table_entry (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Conntrack_NATApp.h70 }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 …]
DIPACM_ConntrackListener.h59 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/inc/
DIPACM_Conntrack_NATApp.h68 }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 *);
DIPACM_ConntrackListener.h59 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/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Conntrack_NATApp.h68 }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 *);
DIPACM_ConntrackListener.h59 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/
DIPACM_Conntrack_NATApp.cpp72 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 …]
DIPACM_ConntrackListener.cpp702 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()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Conntrack_NATApp.cpp76 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()
433 void NatApp::UpdateCTUdpTs(nat_table_entry *rule, uint32_t new_ts) in UpdateCTUdpTs()
748 void NatApp::AddTempEntry(const nat_table_entry *new_entry) in AddTempEntry()
788 memcpy(&temp[cnt], new_entry, sizeof(nat_table_entry)); in AddTempEntry()
798 void NatApp::DeleteTempEntry(const nat_table_entry *entry) in DeleteTempEntry()
[all …]
DIPACM_ConntrackListener.cpp693 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()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Conntrack_NATApp.cpp90 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()
643 void NatApp::UpdateCTUdpTs(nat_table_entry *rule, uint32_t new_ts) in UpdateCTUdpTs()
989 void NatApp::AddTempEntry(const nat_table_entry *new_entry) in AddTempEntry()
1029 memcpy(&temp[cnt], new_entry, sizeof(nat_table_entry)); in AddTempEntry()
[all …]
DIPACM_ConntrackListener.cpp700 nat_table_entry *rule, bool *isTempEntry) in AddIface()
873 nat_table_entry *rule) in PopulateTCPorUDPEntry()
967 nat_table_entry *rule) in HandleLan2Lan()
996 const nat_table_entry *rule, bool *isTempEntry) in CheckSTAClient()
1037 nat_table_entry rule; in ProcessTCPorUDPMsg()