Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78491
b: refs/heads/master
c: a07a5a8
h: refs/heads/master
i:
  78489: 61cfd3a
  78487: 2559456
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Jan 28, 2008
1 parent bd953d0 commit 07f768b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 52515e77a7a69867c479db4c9efb6be832b82179
refs/heads/master: a07a5a86d091699fd5e791765b8a79e6b1ef96cb
6 changes: 0 additions & 6 deletions trunk/net/dccp/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ static inline u64 max48(const u64 seq1, const u64 seq2)
return after48(seq1, seq2) ? seq1 : seq2;
}

/* is seq1 next seqno after seq2 */
static inline int follows48(const u64 seq1, const u64 seq2)
{
return dccp_delta_seqno(seq2, seq1) == 1;
}

enum {
DCCP_MIB_NUM = 0,
DCCP_MIB_ACTIVEOPENS, /* ActiveOpens */
Expand Down

0 comments on commit 07f768b

Please sign in to comment.