We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c8c81 commit 140ac8dCopy full SHA for 140ac8d
net/sctp/output.c
@@ -601,7 +601,7 @@ int sctp_packet_transmit(struct sctp_packet *packet)
601
return err;
602
no_route:
603
kfree_skb(nskb);
604
- IP_INC_STATS_BH(sock_net(asoc->base.sk), IPSTATS_MIB_OUTNOROUTES);
+ IP_INC_STATS(sock_net(asoc->base.sk), IPSTATS_MIB_OUTNOROUTES);
605
606
/* FIXME: Returning the 'err' will effect all the associations
607
* associated with a socket, although only one of the paths of the
0 commit comments