]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6/tcp: small drop monitor changes
authorEric Dumazet <edumazet@google.com>
Mon, 25 Oct 2021 16:48:25 +0000 (09:48 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 Oct 2021 01:02:14 +0000 (18:02 -0700)
commit87dbc060aa3e527b54940e7698cc3d00d3a491dd
treeaafe4c0416c1ccb732d061d9401ca760fb773490
parent33bcfd0758cb76a4dc59e2c3e91c86791cebcf74
ipv6/tcp: small drop monitor changes

Two kfree_skb() calls must be replaced by consume_skb()
for skbs that are not technically dropped.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/tcp_ipv6.c