ANDROID: qcom: Add xfrm and skb related symbols
Add __xfrm_decode_session, xfrm_lookup, xfrm_output and kfree_skb_list which are needed by rmnet modules. Leaf changes summary: 4 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 4 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 4 Added functions: [A] 'function int __xfrm_decode_session(sk_buff*, flowi*, unsigned int, int)' [A] 'function void kfree_skb_list(sk_buff*)' [A] 'function dst_entry* xfrm_lookup(net*, dst_entry*, const flowi*, const sock*, int)' [A] 'function int xfrm_output(sock*, sk_buff*)' Bug: 191435348 Change-Id: Ib61aaf84ed145c3f87015c890f6c9e6d5ae722f6 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
This commit is contained in:
parent
8102df91f2
commit
c0e8aae5c5
File diff suppressed because it is too large
Load Diff
@ -1261,6 +1261,7 @@
|
||||
kfree_const
|
||||
kfree_sensitive
|
||||
kfree_skb
|
||||
kfree_skb_list
|
||||
kick_all_cpus_sync
|
||||
kill_anon_super
|
||||
kill_fasync
|
||||
@ -2916,6 +2917,9 @@
|
||||
xa_find_after
|
||||
xa_load
|
||||
xa_store
|
||||
__xfrm_decode_session
|
||||
xfrm_lookup
|
||||
xfrm_output
|
||||
xhci_alloc_command
|
||||
xhci_alloc_erst
|
||||
xhci_free_command
|
||||
|
Loading…
Reference in New Issue
Block a user