diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 0a17ed9eaf39..6e1649d58533 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -63,6 +63,7 @@  #include <net/inet_common.h>  #include <net/secure_seq.h>  #include <net/tcp_memcontrol.h> +#include <net/busy_poll.h>  #include <asm/uaccess.h> @@ -1498,6 +1499,7 @@ process:  	if (sk_filter(sk, skb))  		goto discard_and_relse; +	sk_mark_napi_id(sk, skb);  	skb->dev = NULL;  	bh_lock_sock_nested(sk);  | 
