Home
last modified time | relevance | path

Searched refs:MAX_NUM_PROP (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_LanToLan.h84 uint32_t rule_hdl[IPA_IP_MAX][MAX_NUM_PROP];
93 uint32_t first_pass_rt_rule_hdl[IPA_IP_MAX][MAX_NUM_PROP]; /* first pass routing rule */
94 …uint32_t second_pass_rt_rule_hdl[MAX_NUM_PROP]; /*second pass routing rule (only ipv6 rt rule is …
DIPACM_Defs.h97 #define MAX_NUM_PROP 2 macro
206 uint32_t rule_hdl[MAX_NUM_PROP];
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_LanToLan.h83 uint32_t rule_hdl[IPA_IP_MAX][MAX_NUM_PROP];
92 uint32_t first_pass_rt_rule_hdl[IPA_IP_MAX][MAX_NUM_PROP]; /* first pass routing rule */
93 …uint32_t second_pass_rt_rule_hdl[MAX_NUM_PROP]; /*second pass routing rule (only ipv6 rt rule is …
DIPACM_Defs.h98 #define MAX_NUM_PROP 2 macro
218 uint32_t rule_hdl[MAX_NUM_PROP];
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Defs.h97 #define MAX_NUM_PROP 2 macro
196 uint32_t rule_hdl[MAX_NUM_PROP];
DIPACM_LanToLan.h59 uint32_t rule_hdl[IPA_IP_MAX][MAX_NUM_PROP];
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Lan.cpp4624 if(position >= num_rt_rule || position >= MAX_NUM_PROP) in eth_bridge_add_rt_rule()
4716 rt_rule->num_rules >= MAX_NUM_PROP) in eth_bridge_modify_rt_rule()
5055 if(position >= *num_rt_hdl || position >= MAX_NUM_PROP) in add_l2tp_rt_rule()
5187 if(position >= *num_rt_hdl || position >= MAX_NUM_PROP) in add_l2tp_rt_rule()
5379 if(position >= *num_rt_hdl || position >= MAX_NUM_PROP) in add_l2tp_rt_rule()
DIPACM_LanToLan.cpp903 uint32_t rt_rule_hdl[MAX_NUM_PROP]; in add_client_rt_rule()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_LanToLan.cpp466 uint32_t rt_rule_hdl[MAX_NUM_PROP]; in add_client_rt_rule()
DIPACM_Lan.cpp4303 if(position >= num_rt_rule || position >= MAX_NUM_PROP) in eth_bridge_add_rt_rule()
4395 rt_rule->num_rules >= MAX_NUM_PROP) in eth_bridge_modify_rt_rule()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_LanToLan.cpp908 uint32_t rt_rule_hdl[MAX_NUM_PROP]; in add_client_rt_rule()