commit | ab185d7b2551e9b8d946a657ddccd86d192bebd1 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Apr 19 02:24:36 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 19 14:23:55 2012 -0400 |
tree | 660b4772773143b35fda8915ad0dcf783f021aaf | |
parent | 8460c00f6e2fb8e05421a277fee62fe09803f7a7 [diff] |
ipv6: tcp: dont drop packet but consume it When we need to clone skb, we dont drop a packet. Call consume_skb() to not confuse dropwatch. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>