ANDROID: abi_gki_aarch64_qcom: Add protocol related symbols
Add __inet6_lookup_established, __inet_lookup_established, sock_edemux, tcp_hashinfo, __udp4_lib_lookup, __udp6_lib_lookup and udp_table which are needed by rmnet modules. 3 function symbol(s) added 'struct sock * __udp4_lib_lookup(struct net *, __be32, __be16, __be32, __be16, int, int, struct udp_table *, struct sk_buff *)' 'struct sock * __udp6_lib_lookup(struct net *, const struct in6_addr *, __be16, const struct in6_addr *, __be16, int, int, struct udp_table *, struct sk_buff *)' 'void sock_edemux(struct sk_buff *)' 1 variable symbol(s) added 'struct udp_table udp_table' Bug: 248086636 Change-Id: Id745ead805d389a5e5063be36b08ba65a3977600 Signed-off-by: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
This commit is contained in:
committed by
Todd Kjos
parent
9122cbfc55
commit
5e1321eb79
File diff suppressed because it is too large
Load Diff
@@ -882,7 +882,9 @@
|
||||
inc_zone_page_state
|
||||
in_egroup_p
|
||||
inet6_ioctl
|
||||
__inet6_lookup_established
|
||||
inet_ioctl
|
||||
__inet_lookup_established
|
||||
init_iova_domain
|
||||
init_net
|
||||
init_pid_ns
|
||||
@@ -1890,6 +1892,7 @@
|
||||
sock_alloc_send_pskb
|
||||
sock_alloc_send_skb
|
||||
sock_create_kern
|
||||
sock_edemux
|
||||
sock_gettstamp
|
||||
sock_init_data
|
||||
sock_no_accept
|
||||
@@ -2014,6 +2017,7 @@
|
||||
task_may_not_preempt
|
||||
__task_pid_nr_ns
|
||||
__task_rq_lock
|
||||
tcp_hashinfo
|
||||
thermal_cooling_device_register
|
||||
thermal_cooling_device_unregister
|
||||
thermal_of_cooling_device_register
|
||||
@@ -2189,6 +2193,9 @@
|
||||
ucsi_set_drvdata
|
||||
ucsi_unregister
|
||||
__udelay
|
||||
__udp4_lib_lookup
|
||||
__udp6_lib_lookup
|
||||
udp_table
|
||||
ufshcd_auto_hibern8_update
|
||||
ufshcd_dme_get_attr
|
||||
ufshcd_dme_set_attr
|
||||
|
||||
Reference in New Issue
Block a user