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