commit | e473093639945cb0a07ad4d51d5fd3fc3c3708cf | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Wed Jul 03 16:06:52 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 03 13:51:54 2019 -0700 |
tree | 9e02a9ba18ed8d4dcffdfa1413e0e1ea1c7e9b66 | |
parent | 2559d7c4dd0eb17e6454fc7f52f9c5ea63a272df [diff] |
inet: factor out inet_send_prepare() The same code is replicated verbatim in multiple places, and the next patches will introduce an additional user for it. Factor out a helper and use it where appropriate. No functional change intended. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>