Home
last modified time | relevance | path

Searched refs:construct_mtu_rule (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Lan.h470 int construct_mtu_rule(struct ipa_flt_rule *rule, enum ipa_ip_type iptype, uint16_t mtu);
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Lan.cpp4302 if (construct_mtu_rule(&flt_rule.rule, IPA_IP_v4, mtu[i])) in handle_private_subnet_android()
4407 if (construct_mtu_rule(&flt_rule_entry.rule, IPA_IP_v6, mtu)) in modify_ipv6_prefix_flt_rule()
4513 if (construct_mtu_rule(&flt_rule_entry.rule, IPA_IP_v6, mtu)) in install_ipv6_prefix_flt_rule()
6588 int IPACM_Lan::construct_mtu_rule(struct ipa_flt_rule *rule, ipa_ip_type iptype, uint16_t mtu) in construct_mtu_rule() function in IPACM_Lan