ANDROID: GKI: Update honda symbol list for net scheduler

31 function symbol(s) added
  'int __skb_vlan_pop(struct sk_buff*, u16*)'
  'struct flow_rule* flow_rule_alloc(unsigned int)'
  'clock_t jiffies_to_clock_t(unsigned long)'
  'int skb_eth_pop(struct sk_buff*)'
  'int skb_eth_push(struct sk_buff*, const unsigned char*, const unsigned char*)'
  'void skb_flow_dissect_ct(const struct sk_buff*, struct flow_dissector*, void*, u16*, size_t, bool, u16)'
  'void skb_flow_dissect_hash(const struct sk_buff*, struct flow_dissector*, void*)'
  'void skb_flow_dissect_meta(const struct sk_buff*, struct flow_dissector*, void*)'
  'void skb_flow_dissect_tunnel_info(const struct sk_buff*, struct flow_dissector*, void*)'
  'void skb_flow_dissector_init(struct flow_dissector*, const struct flow_dissector_key*, unsigned int)'
  'int skb_vlan_pop(struct sk_buff*)'
  'int skb_vlan_push(struct sk_buff*, __be16, u16)'
  'int tc_setup_cb_add(struct tcf_block*, struct tcf_proto*, enum tc_setup_type, void*, bool, u32*, unsigned int*, bool)'
  'int tc_setup_cb_call(struct tcf_block*, enum tc_setup_type, void*, bool, bool)'
  'int tc_setup_cb_destroy(struct tcf_block*, struct tcf_proto*, enum tc_setup_type, void*, bool, u32*, unsigned int*, bool)'
  'int tc_setup_cb_reoffload(struct tcf_block*, struct tcf_proto*, bool, flow_setup_cb_t*, enum tc_setup_type, void*, void*, u32*, unsigned int*)'
  'int tcf_action_check_ctrlact(int, struct tcf_proto*, struct tcf_chain**, struct netlink_ext_ack*)'
  'struct tcf_chain* tcf_action_set_ctrlact(struct tc_action*, int, struct tcf_chain*)'
  'void tcf_action_update_stats(struct tc_action*, u64, u64, u64, bool)'
  'void tcf_chain_put_by_act(struct tcf_chain*)'
  'unsigned int tcf_exts_num_actions(struct tcf_exts*)'
  'int tcf_exts_terse_dump(struct sk_buff*, struct tcf_exts*)'
  'int tcf_generic_walker(struct tc_action_net*, struct sk_buff*, struct netlink_callback*, int, const struct tc_action_ops*, struct netlink_ext_ack*)'
  'int tcf_idr_check_alloc(struct tc_action_net*, u32*, struct tc_action**, int)'
  'void tcf_idr_cleanup(struct tc_action_net*, u32)'
  'int tcf_idr_create_from_flags(struct tc_action_net*, u32, struct nlattr*, struct tc_action**, const struct tc_action_ops*, int, u32)'
  'int tcf_idr_release(struct tc_action*, bool)'
  'int tcf_idr_search(struct tc_action_net*, struct tc_action**, u32)'
  'void tcf_idrinfo_destroy(const struct tc_action_ops*, struct tcf_idrinfo*)'
  'int tcf_register_action(struct tc_action_ops*, struct pernet_operations*)'
  'int tcf_unregister_action(struct tc_action_ops*, struct pernet_operations*)'

Bug: 319451108

Change-Id: I8cd204b87577972e35d29c0a992c8b6c0adefd58
Signed-off-by: Norihiko Hama <Norihiko.Hama@alpsalpine.com>
This commit is contained in:
Norihiko Hama 2024-01-06 15:21:57 +09:00 committed by Viktor Martensson
parent dd0098bdb4
commit 39a0823340
2 changed files with 741 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,3 +13,40 @@
led_blink_set_oneshot
led_set_brightness_nosleep
led_stop_software_blink
# required by cls_flower.ko module
flow_rule_alloc
idr_get_next_ul
radix_tree_tagged
skb_flow_dissect_ct
skb_flow_dissect_hash
skb_flow_dissect_meta
skb_flow_dissect_tunnel_info
skb_flow_dissector_init
tc_setup_cb_call
tc_setup_cb_destroy
tc_setup_cb_reoffload
tc_setup_cb_add
tcf_exts_num_actions
tcf_exts_terse_dump
# required by act_vlan.ko module
jiffies_to_clock_t
skb_eth_push
skb_eth_pop
__skb_vlan_pop
skb_vlan_push
skb_vlan_pop
tcf_action_check_ctrlact
tcf_action_set_ctrlact
tcf_action_update_stats
tcf_chain_put_by_act
tcf_generic_walker
tcf_idr_check_alloc
tcf_idr_cleanup
tcf_idr_create_from_flags
tcf_idr_release
tcf_idr_search
tcf_idrinfo_destroy
tcf_register_action
tcf_unregister_action