net: Add read_sock proto_op
authorTom Herbert <tom@herbertland.com>
Sun, 28 Aug 2016 21:43:17 +0000 (14:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Aug 2016 03:32:41 +0000 (23:32 -0400)
commit0294b625ad5a6d1fb50632d67cf384862d8a4a46
tree2807436d5a82ed273a11b0706e81fce6899f1fe8
parente19ac1578fd8eb3f7c93f2be2657deb2ccefffd7
net: Add read_sock proto_op

Add new function in proto_ops structure. This includes moving the
typedef got sk_read_actor into net.h and removing the definition from
tcp.h.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/net.h
include/net/tcp.h