diff options
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/dccp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index b138e2019d78..ebe59d98721a 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -153,12 +153,6 @@ static inline u64 max48(const u64 seq1, const u64 seq2) | |||
153 | return after48(seq1, seq2) ? seq1 : seq2; | 153 | return after48(seq1, seq2) ? seq1 : seq2; |
154 | } | 154 | } |
155 | 155 | ||
156 | /* is seq1 next seqno after seq2 */ | ||
157 | static inline int follows48(const u64 seq1, const u64 seq2) | ||
158 | { | ||
159 | return dccp_delta_seqno(seq2, seq1) == 1; | ||
160 | } | ||
161 | |||
162 | enum { | 156 | enum { |
163 | DCCP_MIB_NUM = 0, | 157 | DCCP_MIB_NUM = 0, |
164 | DCCP_MIB_ACTIVEOPENS, /* ActiveOpens */ | 158 | DCCP_MIB_ACTIVEOPENS, /* ActiveOpens */ |