Home
last modified time | relevance | path

Searched refs:rt_tbl_wan_dl (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Config.cpp140 memset(&rt_tbl_wan_dl, 0, sizeof(rt_tbl_wan_dl)); in IPACM_Config()
335 rt_tbl_wan_dl.ip = IPA_IP_MAX; in Init()
336 strncpy(rt_tbl_wan_dl.name, WAN_DL_ROUTE_TABLE_NAME, sizeof(rt_tbl_wan_dl.name)); in Init()
DIPACM_Wan.cpp2736 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
2806 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
2944 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
3024 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
3135 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
3249 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in add_icmp_alg_rules()
3259 …IPACMDBG_H("WAN DL routing table %s has index %d\n", IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, rt… in add_icmp_alg_rules()
3369 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in add_icmp_alg_rules()
3379 …IPACMDBG_H("WAN DL routing table %s has index %d\n", IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, rt… in add_icmp_alg_rules()
3569 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in add_dft_filtering_rule()
[all …]
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp149 memset(&rt_tbl_wan_dl, 0, sizeof(rt_tbl_wan_dl)); in IPACM_Config()
344 rt_tbl_wan_dl.ip = IPA_IP_MAX; in Init()
345 strlcpy(rt_tbl_wan_dl.name, WAN_DL_ROUTE_TABLE_NAME, sizeof(rt_tbl_wan_dl.name)); in Init()
DIPACM_Wan.cpp2728 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
2798 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
2936 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
3016 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
3127 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in config_dft_firewall_rules_ex()
3248 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in add_icmp_alg_rules()
3258 …IPACMDBG_H("WAN DL routing table %s has index %d\n", IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, rt… in add_icmp_alg_rules()
3366 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in add_icmp_alg_rules()
3376 …IPACMDBG_H("WAN DL routing table %s has index %d\n", IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, rt… in add_icmp_alg_rules()
3569 strlcpy(rt_tbl_idx.name, IPACM_Iface::ipacmcfg->rt_tbl_wan_dl.name, IPA_RESOURCE_NAME_MAX); in add_dft_filtering_rule()
[all …]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Config.h143 struct ipa_ioc_get_rt_tbl rt_tbl_wan_dl; variable
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Config.h145 struct ipa_ioc_get_rt_tbl rt_tbl_wan_dl; variable