Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97686
b: refs/heads/master
c: 26af65c
h: refs/heads/master
v: v3
  • Loading branch information
Sridhar Samudrala authored and David S. Miller committed Jun 4, 2008
1 parent e3681e3 commit 7f2aa45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22dd485022f3d0b162ceb5e67d85de7c3806aa20
refs/heads/master: 26af65cbeb2467a486ae4fc7242c94e470c67c50
2 changes: 2 additions & 0 deletions trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -2131,6 +2131,8 @@ void tcp_send_active_reset(struct sock *sk, gfp_t priority)
TCP_SKB_CB(skb)->when = tcp_time_stamp;
if (tcp_transmit_skb(sk, skb, 0, priority))
NET_INC_STATS(LINUX_MIB_TCPABORTFAILED);

TCP_INC_STATS(TCP_MIB_OUTRSTS);
}

/* WARNING: This routine must only be called when we have already sent
Expand Down

0 comments on commit 7f2aa45

Please sign in to comment.