mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: qcom: Add ip, rtnl and free related symbols
Add in4_pton, in6_pton, ipv6_find_hdr, kvfree_call_rcu and rtnl_unicast needed for rmnet module related functionality. 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 in4_pton(const char*, int, u8*, int, const char**)' [A] 'function int in6_pton(const char*, int, u8*, int, const char**)' [A] 'function int ipv6_find_hdr(const sk_buff*, unsigned int*, int, unsigned short int*, int*)' [A] 'function int rtnl_unicast(sk_buff*, net*, u32)' Bug: 183630781 Change-Id: If297d02a4d27186c420840bdc9f6375e59c9be20 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
This commit is contained in:
parent
5af07d297d
commit
c2f5784b78
File diff suppressed because it is too large
Load Diff
|
|
@ -1047,6 +1047,8 @@
|
|||
iio_channel_get_all
|
||||
iio_read_channel_processed
|
||||
import_iovec
|
||||
in4_pton
|
||||
in6_pton
|
||||
inc_zone_page_state
|
||||
in_egroup_p
|
||||
init_dummy_netdev
|
||||
|
|
@ -1127,6 +1129,7 @@
|
|||
iput
|
||||
__ipv6_addr_type
|
||||
ipv6_ext_hdr
|
||||
ipv6_find_hdr
|
||||
ipv6_skip_exthdr
|
||||
irq_chip_ack_parent
|
||||
irq_chip_disable_parent
|
||||
|
|
@ -1281,6 +1284,7 @@
|
|||
ktime_get_seconds
|
||||
ktime_get_with_offset
|
||||
kvfree
|
||||
kvfree_call_rcu
|
||||
kvmalloc_node
|
||||
led_classdev_flash_register_ext
|
||||
led_classdev_flash_unregister
|
||||
|
|
@ -1962,6 +1966,7 @@
|
|||
rtnl_lock
|
||||
rtnl_register_module
|
||||
rtnl_trylock
|
||||
rtnl_unicast
|
||||
rtnl_unlock
|
||||
rtnl_unregister
|
||||
runqueues
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user