commit | 1c2bc7b948a2adee0d3e070f4ce14645efa0a2d2 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Sep 13 08:49:05 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Sep 13 23:09:13 2016 +0100 |
tree | f0be7662a6eaadbf8a0c7ba232df1557bec8ddf4 | |
parent | aaa31cbc66733386406464ec6c5c0889d9968a95 [diff] |
rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually There are two places that want to transmit a packet in response to one just received and manually pick the address to reply to out of the sk_buff. Make them use rxrpc_extract_addr_from_skb() instead so that IPv6 is handled automatically. Signed-off-by: David Howells <dhowells@redhat.com>