ANDROID: abi_gki_aarch64_qcom: Add skb and scatterlist helpers
Add sg_miter_skip, skb_copy_datagram_from_iter and sock_alloc_send_pskb
to the symbol list. These functions will be used in qrtr to handle
fragmented skbs.
Leaf changes summary: 3 artifacts changed
Changed leaf types summary: 0 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 bool sg_miter_skip(sg_mapping_iter*, off_t)'
[A] 'function int skb_copy_datagram_from_iter(sk_buff*, int,
iov_iter*, int)'
[A] 'function sk_buff* sock_alloc_send_pskb(sock*, unsigned long
int, unsigned long int, int, int*, int)'
Bug: 232287599
Bug: 243634250
Change-Id: I5bebdebb833f3ff78f89e67aaca578b9c6c86259
Signed-off-by: Sarannya S <quic_sarannya@quicinc.com>
(cherry picked from commit 4e13870877
)