Searched refs:ipv4_icmp_flt_rule_hdl (Results 1 – 3 of 3) sorted by relevance
211 uint32_t ipv4_icmp_flt_rule_hdl[NUM_IPV4_ICMP_FLT_RULE]; variable
124 memset(ipv4_icmp_flt_rule_hdl, 0, NUM_IPV4_ICMP_FLT_RULE * sizeof(uint32_t)); in IPACM_Lan()1195 eth_bridge_flt_rule_offset[data->iptype] = ipv4_icmp_flt_rule_hdl[0]; in handle_addr_evt()2739 …if(m_filtering.DeleteFilteringHdls(ipv4_icmp_flt_rule_hdl, IPA_IP_v4, NUM_IPV4_ICMP_FLT_RULE) == f… in handle_down_evt()3531 ipv4_icmp_flt_rule_hdl[0] = flt_rule->rules[0].flt_rule_hdl; in install_ipv4_icmp_flt_rule()3532 IPACMDBG_H("IPv4 icmp filter rule HDL:0x%x\n", ipv4_icmp_flt_rule_hdl[0]); in install_ipv4_icmp_flt_rule()
1728 …if(m_filtering.DeleteFilteringHdls(ipv4_icmp_flt_rule_hdl, IPA_IP_v4, NUM_IPV4_ICMP_FLT_RULE) == f… in handle_down_evt()