commit | bda07a64c09c44ced789dbb815c71854f0c59839 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Sep 29 07:42:40 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 16:53:07 2015 -0700 |
tree | be0f13ab88d28561878221cd2d54b952dcd2697f | |
parent | a00e74442bac5ad19a929d097370da7e07540ea6 [diff] |
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>