mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 12:30:23 +09:00
ANDROID: qcom: Add dev, inet and skb related symbols
Add dev_get_by_index, inet_proto_csum_replace4 and skb_ensure_writable which are needed by rmnet modules. Leaf changes summary: 3 artifacts changed (1 filtered out) Changed leaf types summary: 0 (1 filtered out) leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 3 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 3 Added functions: [A] 'function net_device* dev_get_by_index(net*, int)' [A] 'function void inet_proto_csum_replace4(__sum16*, sk_buff*, __be32, __be32, bool)' [A] 'function int skb_ensure_writable(sk_buff*, int)' Bug: 184414462 Change-Id: I7f5c4d469e389171a8ff47d286eb8a594a2e761a Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: Giuliano Procida <gprocida@google.com> Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
committed by
Will McVicker
parent
70249b572c
commit
34fc082d21
125389
android/abi_gki_aarch64.xml
125389
android/abi_gki_aarch64.xml
File diff suppressed because it is too large
Load Diff
@@ -366,6 +366,7 @@
|
||||
devfreq_suspend_device
|
||||
dev_fwnode
|
||||
__dev_get_by_index
|
||||
dev_get_by_index
|
||||
dev_get_by_name
|
||||
dev_get_regmap
|
||||
device_add
|
||||
@@ -1053,6 +1054,7 @@
|
||||
in6_pton
|
||||
inc_zone_page_state
|
||||
in_egroup_p
|
||||
inet_proto_csum_replace4
|
||||
init_dummy_netdev
|
||||
init_iova_domain
|
||||
init_net
|
||||
@@ -2079,6 +2081,7 @@
|
||||
skb_copy_expand
|
||||
skb_dequeue
|
||||
skb_dequeue_tail
|
||||
skb_ensure_writable
|
||||
skb_free_datagram
|
||||
__skb_get_hash
|
||||
__skb_gso_segment
|
||||
|
||||
Reference in New Issue
Block a user