Home
last modified time | relevance | path

Searched defs:seq2 (Results 1 – 5 of 5) sorted by relevance

/net/dccp/
Ddccp.h125 static inline int before48(const u64 seq1, const u64 seq2) in before48()
131 #define after48(seq1, seq2) before48(seq2, seq1) argument
134 static inline int between48(const u64 seq1, const u64 seq2, const u64 seq3) in between48()
139 static inline u64 max48(const u64 seq1, const u64 seq2) in max48()
/net/ipv4/
Dtcp_recovery.c5 static bool tcp_rack_sent_after(u64 t1, u64 t2, u32 seq1, u32 seq2) in tcp_rack_sent_after()
/net/smc/
Dsmc_cdc.c263 static inline bool smc_cdc_before(u16 seq1, u16 seq2) in smc_cdc_before()
/net/rxrpc/
Dar-internal.h1112 static inline bool before(u32 seq1, u32 seq2) in before()
1116 static inline bool before_eq(u32 seq1, u32 seq2) in before_eq()
1120 static inline bool after(u32 seq1, u32 seq2) in after()
1124 static inline bool after_eq(u32 seq1, u32 seq2) in after_eq()
/net/mptcp/
Dprotocol.h127 static inline bool before64(__u64 seq1, __u64 seq2) in before64()
132 #define after64(seq2, seq1) before64(seq1, seq2) argument