Home
last modified time | relevance | path

Searched defs:seq1 (Results 1 – 2 of 2) sorted by relevance

/net/dccp/
Ddccp.h133 static inline int before48(const u64 seq1, const u64 seq2) in before48()
139 #define after48(seq1, seq2) before48(seq2, seq1) argument
142 static inline int between48(const u64 seq1, const u64 seq2, const u64 seq3) in between48()
147 static inline u64 max48(const u64 seq1, const u64 seq2) in max48()
/net/rxrpc/
Dar-internal.h1183 static inline bool before(u32 seq1, u32 seq2) in before()
1187 static inline bool before_eq(u32 seq1, u32 seq2) in before_eq()
1191 static inline bool after(u32 seq1, u32 seq2) in after()
1195 static inline bool after_eq(u32 seq1, u32 seq2) in after_eq()