Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66682
b: refs/heads/master
c: 0800f17
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 10, 2007
1 parent 1848da9 commit 844eac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b76892051cf1c04d95872838e70146f65e3b9d75
refs/heads/master: 0800f170263d19b882e519441156c5f6ed190fc1
6 changes: 4 additions & 2 deletions trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1067,14 +1067,16 @@ static inline void tcp_mib_init(void)
}

/* from STCP */
static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp) {
static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp)
{
tp->lost_skb_hint = NULL;
tp->scoreboard_skb_hint = NULL;
tp->retransmit_skb_hint = NULL;
tp->forward_skb_hint = NULL;
}

static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) {
static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp)
{
tcp_clear_retrans_hints_partial(tp);
tp->fastpath_skb_hint = NULL;
}
Expand Down

0 comments on commit 844eac8

Please sign in to comment.