diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 345bd92d4ddb..6e1649d58533 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1499,7 +1499,7 @@ process: | |||
1499 | if (sk_filter(sk, skb)) | 1499 | if (sk_filter(sk, skb)) |
1500 | goto discard_and_relse; | 1500 | goto discard_and_relse; |
1501 | 1501 | ||
1502 | sk_mark_ll(sk, skb); | 1502 | sk_mark_napi_id(sk, skb); |
1503 | skb->dev = NULL; | 1503 | skb->dev = NULL; |
1504 | 1504 | ||
1505 | bh_lock_sock_nested(sk); | 1505 | bh_lock_sock_nested(sk); |