We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3770c commit 76ae4fcCopy full SHA for 76ae4fc
net/sctp/output.c
@@ -606,7 +606,7 @@ int sctp_packet_transmit(struct sctp_packet *packet)
606
return err;
607
no_route:
608
kfree_skb(nskb);
609
- IP_INC_STATS_BH(sock_net(asoc->base.sk), IPSTATS_MIB_OUTNOROUTES);
+ IP_INC_STATS(sock_net(asoc->base.sk), IPSTATS_MIB_OUTNOROUTES);
610
611
/* FIXME: Returning the 'err' will effect all the associations
612
* associated with a socket, although only one of the paths of the
0 commit comments