X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fipv6%2Ftcp_ipv6.c;h=5cffa5c3e6b810a39a649c99753d0b68f54f07fd;hb=d30e383bb856f614ddb5bbbb5a7d3f86240e41ec;hp=0a17ed9eaf390c4b84a6264c03697f60af9281a1;hpb=e6395b68ad09a835f058da31bad0fe23d3882659;p=deliverable%2Flinux.git diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 0a17ed9eaf39..5cffa5c3e6b8 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -63,6 +63,7 @@ #include #include #include +#include #include @@ -1498,6 +1499,7 @@ process: if (sk_filter(sk, skb)) goto discard_and_relse; + sk_mark_ll(sk, skb); skb->dev = NULL; bh_lock_sock_nested(sk);