-
- Downloads
tcp: remove redundant argument from tcp_rcv_established()
The last (4th) argument of tcp_rcv_established() is redundant as it always equals to skb->len and the skb itself is always passed as 2th agrument. There is no reason to have it. Signed-off-by:Ilya V. Matveychikov <matvejchikov@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/tcp.h 1 addition, 1 deletioninclude/net/tcp.h
- net/ipv4/tcp_input.c 2 additions, 1 deletionnet/ipv4/tcp_input.c
- net/ipv4/tcp_ipv4.c 1 addition, 1 deletionnet/ipv4/tcp_ipv4.c
- net/ipv4/tcp_probe.c 3 additions, 2 deletionsnet/ipv4/tcp_probe.c
- net/ipv6/tcp_ipv6.c 1 addition, 1 deletionnet/ipv6/tcp_ipv6.c
Loading
Please register or sign in to comment