Home
last modified time | relevance | path

Searched defs:seq1 (Results 1 – 4 of 4) 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/ipv4/
Dtcp_recovery.c21 static bool tcp_rack_sent_after(u64 t1, u64 t2, u32 seq1, u32 seq2) in tcp_rack_sent_after()
/net/smc/
Dsmc_cdc.c167 static inline bool smc_cdc_before(u16 seq1, u16 seq2) in smc_cdc_before()
/net/rxrpc/
Dar-internal.h1064 static inline bool before(u32 seq1, u32 seq2) in before()
1068 static inline bool before_eq(u32 seq1, u32 seq2) in before_eq()
1072 static inline bool after(u32 seq1, u32 seq2) in after()
1076 static inline bool after_eq(u32 seq1, u32 seq2) in after_eq()