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 9d868b9 commit 6e5f626Copy full SHA for 6e5f626
net/sctp/output.c
@@ -618,7 +618,7 @@ int sctp_packet_transmit(struct sctp_packet *packet)
618
return err;
619
no_route:
620
kfree_skb(nskb);
621
- IP_INC_STATS_BH(sock_net(asoc->base.sk), IPSTATS_MIB_OUTNOROUTES);
+ IP_INC_STATS(sock_net(asoc->base.sk), IPSTATS_MIB_OUTNOROUTES);
622
623
/* FIXME: Returning the 'err' will effect all the associations
624
* associated with a socket, although only one of the paths of the
0 commit comments