Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4caea8a authored by David S. Miller's avatar David S. Miller
Browse files

[TCP]: Add missing I/O AT code to ipv6 side.

parent d84d64dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1732,6 +1732,8 @@ process:
	if (!sock_owned_by_user(sk)) {
#ifdef CONFIG_NET_DMA
		struct tcp_sock *tp = tcp_sk(sk);
		if (!tp->ucopy.dma_chan && tp->ucopy.pinned_list)
			tp->ucopy.dma_chan = get_softnet_dma();
		if (tp->ucopy.dma_chan)
			ret = tcp_v6_do_rcv(sk, skb);
		else