tcp: remove unused len argument from tcp_rcv_state_process()
authorEric Dumazet <edumazet@google.com>
Tue, 29 Sep 2015 14:42:40 +0000 (07:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:53:07 +0000 (16:53 -0700)
commitbda07a64c09c44ced789dbb815c71854f0c59839
treebe0f13ab88d28561878221cd2d54b952dcd2697f
parenta00e74442bac5ad19a929d097370da7e07540ea6
tcp: remove unused len argument from tcp_rcv_state_process()

Once we realize tcp_rcv_synsent_state_process() does not use
its 'len' argument and we get rid of it, then it becomes clear
this argument is no longer used in tcp_rcv_state_process()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c
net/ipv6/tcp_ipv6.c