OSDN Git Service

rxrpc: Split sendmsg from packet transmission code
authorDavid Howells <dhowells@redhat.com>
Fri, 2 Sep 2016 21:39:45 +0000 (22:39 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 4 Sep 2016 20:41:39 +0000 (21:41 +0100)
commit0b58b8a18be4932849ec88a820b08345c6528ea5
treea6de1494771df343ae8696dfb5dbf08485da11a7
parent434e6120036d1dd1004cadf5a99941cdd9c1a59f
rxrpc: Split sendmsg from packet transmission code

Split the sendmsg code from the packet transmission code (mostly to be
found in output.c).

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/Makefile
net/rxrpc/ar-internal.h
net/rxrpc/misc.c
net/rxrpc/output.c
net/rxrpc/sendmsg.c [new file with mode: 0644]