Home
last modified time | relevance | path

Searched hist:"7 cc2b043bc3f1e8139e807528c8041c15924a411" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.cdiff 7cc2b043bc3f1e8139e807528c8041c15924a411 Thu Apr 06 17:05:49 CEST 2017 Gao Feng <fgao@ikuai8.com> net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb

Because TCP_MIB_OUTRSTS is an important count, so always increase it
whatever send it successfully or not.

Now move the increment of TCP_MIB_OUTRSTS to the top of
tcp_send_active_reset to make sure it is increased always even though
fail to alloc skb.

Signed-off-by: Gao Feng <fgao@ikuai8.com>
Signed-off-by: David S. Miller <davem@davemloft.net>