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>
Loading