Searched defs:rt_rule (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Routing.cpp206 struct ipa_ioc_del_rt_rule *rt_rule; local
218 rt_rule = (struct ipa_ioc_del_rt_rule *)malloc(len);
219 if (rt_rule == NULL)
225 memset(rt_rule, 0, len);
226 rt_rule->commit = 1;
227 rt_rule->num_hdls = NUM_RULES;
228 rt_rule->ip = ip;
230 rt_rule_entry = &rt_rule->hdl[0];
235 if ((false == DeleteRoutingRule(rt_rule)) ||
244 free(rt_rule);
[all...]
H A DIPACM_Wlan.cpp1314 struct ipa_ioc_add_rt_rule *rt_rule; local
1366 rt_rule = (struct ipa_ioc_add_rt_rule *)
1370 if (rt_rule == NULL)
1376 rt_rule->commit = 1;
1377 rt_rule->num_rules = (uint8_t)NUM;
1378 rt_rule->ip = iptype;
1391 rt_rule_entry = &rt_rule->rules[0];
1402 strlcpy(rt_rule->rt_tbl_name,
1404 sizeof(rt_rule->rt_tbl_name));
1405 rt_rule
1970 struct ipa_ioc_mdfy_rt_rule *rt_rule = NULL; local
[all...]
H A DIPACM_Lan.cpp1122 struct ipa_ioc_add_rt_rule *rt_rule; local
1152 rt_rule = (struct ipa_ioc_add_rt_rule *)
1156 if (!rt_rule)
1162 rt_rule->commit = 1;
1163 rt_rule->num_rules = NUM_RULES;
1164 rt_rule->ip = data->iptype;
1165 rt_rule_entry = &rt_rule->rules[0];
1169 strlcpy(rt_rule->rt_tbl_name, IPACM_Iface::ipacmcfg->rt_tbl_lan_v4.name, sizeof(rt_rule->rt_tbl_name));
1175 if (false == m_routing.AddRoutingRule(rt_rule))
2021 struct ipa_ioc_add_rt_rule *rt_rule; local
2408 struct ipa_ioc_add_rt_rule *rt_rule; local
4266 struct ipa_rt_rule_add rt_rule; local
4357 struct ipa_ioc_mdfy_rt_rule *rt_rule = NULL; local
[all...]
H A DIPACM_Wan.cpp200 struct ipa_ioc_add_rt_rule *rt_rule = NULL; local
237 rt_rule = (struct ipa_ioc_add_rt_rule *)
241 if (!rt_rule)
247 rt_rule->commit = 1;
248 rt_rule->num_rules = NUM_RULES;
249 rt_rule->ip = data->iptype;
250 strlcpy(rt_rule->rt_tbl_name, IPACM_Iface::ipacmcfg->rt_tbl_v6.name, sizeof(rt_rule->rt_tbl_name));
252 rt_rule_entry = &rt_rule->rules[0];
289 if (false == m_routing.AddRoutingRule(rt_rule))
1270 struct ipa_ioc_add_rt_rule *rt_rule = NULL; local
5519 struct ipa_ioc_add_rt_rule *rt_rule; local
5738 struct ipa_ioc_mdfy_rt_rule *rt_rule = NULL; local
5845 struct ipa_ioc_mdfy_rt_rule *rt_rule = NULL; local
[all...]

Completed in 43 milliseconds