]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: tcp_v4_err() icmp skb is named icmp_skb
authorEric Dumazet <edumazet@google.com>
Tue, 26 May 2020 03:15:24 +0000 (20:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 May 2020 22:12:45 +0000 (15:12 -0700)
commit5fc8c26e2270d68a0f8bdb6fe676a9ce88fed0f0
tree3eca0a15b66f6f2794aed1ee72861df924cb407b
parent76f6a2fb6c5ac7016515651cfc48de19b3f0b69d
tcp: tcp_v4_err() icmp skb is named icmp_skb

I missed the fact that tcp_v4_err() differs from tcp_v6_err().

After commit e182eb83c960 ("Rename skb to icmp_skb in tcp_v4_err()")
the skb argument has been renamed to icmp_skb only in one function.

I will in a future patch reconciliate these functions to avoid
this kind of confusion.

Fixes: c65e820c85fe ("tcp: allow traceroute -Mtcp for unpriv users")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c