Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78381
b: refs/heads/master
c: 78282d2
h: refs/heads/master
i:
  78379: 251a255
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Jan 28, 2008
1 parent c329483 commit 15c0455
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: c69bce20dda7f79160856a338298d65a284ba303
refs/heads/master: 78282d2af598a1840934e2049a5c196885647f6a
10 changes: 5 additions & 5 deletions trunk/net/dccp/ccids/lib/packet_history.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ u32 tfrc_tx_hist_rtt(struct tfrc_tx_hist_entry *head, const u64 seqno,
EXPORT_SYMBOL_GPL(tfrc_tx_hist_rtt);


/*
* Receiver History Routines
*/
static struct kmem_cache *tfrc_rx_hist_slab;

/**
* tfrc_rx_hist_index - index to reach n-th entry after loss_start
*/
Expand All @@ -131,11 +136,6 @@ static inline struct tfrc_rx_hist_entry *
return h->ring[tfrc_rx_hist_index(h, h->loss_count)];
}

/*
* Receiver History Routines
*/
static struct kmem_cache *tfrc_rx_hist_slab;

void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h,
const struct sk_buff *skb,
const u32 ndp)
Expand Down

0 comments on commit 15c0455

Please sign in to comment.