Searched refs:delete_eth_rtrules (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Lan.h | 303 inline int delete_eth_rtrules(int clt_indx, ipa_ip_type iptype) in delete_eth_rtrules() function
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Lan.h | 364 inline int delete_eth_rtrules(int clt_indx, ipa_ip_type iptype) in delete_eth_rtrules() function
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Lan.cpp | 555 if (delete_eth_rtrules(i, IPA_IP_v4)) in event_callback() 558 if (delete_eth_rtrules(i, IPA_IP_v6)) in event_callback() 2140 delete_eth_rtrules(clnt_indx,IPA_IP_v4); in handle_eth_client_ipaddr() 2761 if (delete_eth_rtrules(clt_indx, IPA_IP_v4)) in handle_eth_client_down_evt() 2767 if (delete_eth_rtrules(clt_indx, IPA_IP_v6)) in handle_eth_client_down_evt() 3096 if (delete_eth_rtrules(i, IPA_IP_v4)) in handle_down_evt() 3102 if (delete_eth_rtrules(i, IPA_IP_v6)) in handle_down_evt() 3729 res = delete_eth_rtrules(i, iptype); in handle_lan_client_reset_rt()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Lan.cpp | 1955 delete_eth_rtrules(clnt_indx,IPA_IP_v4); in handle_eth_client_ipaddr() 2574 if (delete_eth_rtrules(clt_indx, IPA_IP_v4)) in handle_eth_client_down_evt() 2580 if (delete_eth_rtrules(clt_indx, IPA_IP_v6)) in handle_eth_client_down_evt() 2881 if (delete_eth_rtrules(i, IPA_IP_v4)) in handle_down_evt() 2887 if (delete_eth_rtrules(i, IPA_IP_v6)) in handle_down_evt() 3458 res = delete_eth_rtrules(i, iptype); in handle_lan_client_reset_rt()
|