Skip to content
Commit 32035585 authored by Tom Herbert's avatar Tom Herbert Committed by David S. Miller
Browse files

tcp: Set read_sock and peek_len proto_ops



In inet_stream_ops we set read_sock to tcp_read_sock and peek_len to
tcp_peek_len (which is just a stub function that calls tcp_inq).

Signed-off-by: default avatarTom Herbert <tom@herbertland.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0294b625
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment