mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: qcom: Add more neighbor and dev related symbols
Add __dev_direct_xmit, dev_get_by_name_rcu, dst_release, ip_route_output_flow, neigh_destroy, __neigh_event_send and neigh_xmit which are needed by rmnet modules. Leaf changes summary: 6 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 6 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 6 Added functions: [A] 'function int __dev_direct_xmit(sk_buff*, u16)' [A] 'function int __neigh_event_send(neighbour*, sk_buff*)' [A] 'function net_device* dev_get_by_name_rcu(net*, const char*)' [A] 'function rtable* ip_route_output_flow(net*, flowi4*, const sock*)' [A] 'function void neigh_destroy(neighbour*)' [A] 'function int neigh_xmit(int, net_device*, void*, sk_buff*)' Bug: 190147473 Change-Id: I76c5ba536da9f6af95a0ddd8e1cd2b1b9378cc24 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
This commit is contained in:
committed by
Todd Kjos
parent
5267b2b574
commit
4a819fbf90
File diff suppressed because it is too large
Load Diff
@@ -377,6 +377,7 @@
|
||||
dev_alloc_name
|
||||
dev_coredumpv
|
||||
_dev_crit
|
||||
__dev_direct_xmit
|
||||
dev_driver_string
|
||||
_dev_emerg
|
||||
_dev_err
|
||||
@@ -393,6 +394,7 @@
|
||||
__dev_get_by_index
|
||||
dev_get_by_index
|
||||
dev_get_by_name
|
||||
dev_get_by_name_rcu
|
||||
dev_get_regmap
|
||||
device_add
|
||||
device_add_disk
|
||||
@@ -862,6 +864,7 @@
|
||||
drm_universal_plane_init
|
||||
drm_vblank_init
|
||||
drm_wait_one_vblank
|
||||
dst_release
|
||||
dump_stack
|
||||
__dynamic_dev_dbg
|
||||
__dynamic_pr_debug
|
||||
@@ -1170,6 +1173,7 @@
|
||||
__iowrite32_copy
|
||||
ip_compute_csum
|
||||
ipi_desc_get
|
||||
ip_route_output_flow
|
||||
iput
|
||||
__ipv6_addr_type
|
||||
ipv6_ext_hdr
|
||||
@@ -1438,7 +1442,10 @@
|
||||
napi_gro_receive
|
||||
__napi_schedule
|
||||
napi_schedule_prep
|
||||
neigh_destroy
|
||||
__neigh_event_send
|
||||
neigh_lookup
|
||||
neigh_xmit
|
||||
__netdev_alloc_skb
|
||||
netdev_rx_handler_register
|
||||
netdev_rx_handler_unregister
|
||||
|
||||
Reference in New Issue
Block a user