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

Commit 06254914 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDS



qdisc drops should be notified to IP_RECVERR enabled sockets, as done in IPV4.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f2798eb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1520,6 +1520,7 @@ int ip6_push_pending_frames(struct sock *sk)
	ip6_cork_release(inet, np);
	return err;
error:
	IP6_INC_STATS(net, rt->rt6i_idev, IPSTATS_MIB_OUTDISCARDS);
	goto out;
}