Searched refs:hdr_proc_ctx_hdl (Results 1 - 8 of 8) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
H A D | IPACM_Lan.h | 153 int eth_bridge_add_rt_rule(uint8_t *mac, char *rt_tbl_name, uint32_t hdr_proc_ctx_hdl, 157 int eth_bridge_modify_rt_rule(uint8_t *mac, uint32_t hdr_proc_ctx_hdl, 170 int eth_bridge_del_hdr_proc_ctx(uint32_t hdr_proc_ctx_hdl);
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_LanToLan.cpp | 893 uint32_t hdr_proc_ctx_hdl; local 918 &hdr_proc_ctx_hdl); 919 hdr_proc_ctx_for_intra_interface = hdr_proc_ctx_hdl; 920 IPACMDBG_H("Hdr proc ctx for intra-interface communication: hdl %d\n", hdr_proc_ctx_hdl); 1075 uint32_t hdr_proc_ctx_hdl; local 1079 m_p_iface->eth_bridge_add_hdr_proc_ctx(peer_l2_type, &hdr_proc_ctx_hdl); 1080 hdr_proc_ctx_for_inter_interface[peer_l2_type] = hdr_proc_ctx_hdl; 1081 IPACMDBG_H("Installed inter-interface hdr proc ctx on iface %s: handle %d\n", m_p_iface->dev_name, hdr_proc_ctx_hdl);
|
H A D | IPACM_Lan.cpp | 4260 int IPACM_Lan::eth_bridge_add_rt_rule(uint8_t *mac, char *rt_tbl_name, uint32_t hdr_proc_ctx_hdl, argument 4296 rt_rule.rule.hdr_proc_ctx_hdl = hdr_proc_ctx_hdl; 4354 int IPACM_Lan::eth_bridge_modify_rt_rule(uint8_t *mac, uint32_t hdr_proc_ctx_hdl, argument 4418 rt_rule_entry->rule.hdr_proc_ctx_hdl = hdr_proc_ctx_hdl; 4547 int IPACM_Lan::eth_bridge_del_hdr_proc_ctx(uint32_t hdr_proc_ctx_hdl) argument 4549 if(m_header.DeleteHeaderProcCtx(hdr_proc_ctx_hdl) == false)
|
H A D | IPACM_Wan.cpp | 1525 rt_rule_entry->rule.hdr_proc_ctx_hdl = hdr_proc_hdl_dummy_v6;
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm_ipa.h | 496 uint32_t hdr_proc_ctx_hdl; member in struct:ipa_rt_rule
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm_ipa.h | 701 * @hdr_proc_ctx_hdl: handle to header processing context. if it is provided 716 uint32_t hdr_proc_ctx_hdl; member in struct:ipa_rt_rule
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
H A D | msm_ipa.h | 512 uint32_t hdr_proc_ctx_hdl; member in struct:ipa_rt_rule
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
H A D | msm_ipa.h | 721 * @hdr_proc_ctx_hdl: handle to header processing context. if it is provided 736 uint32_t hdr_proc_ctx_hdl; member in struct:ipa_rt_rule
|
Completed in 93 milliseconds