Searched refs:before48 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | dccp.h | 125 static inline int before48(const u64 seq1, const u64 seq2) in before48() function 131 #define after48(seq1, seq2) before48(seq2, seq1) 430 if (before48(dp->dccps_swl, dp->dccps_isr)) 443 if (before48(dp->dccps_awl, dp->dccps_iss))
|
H A D | ackvec.c | 97 if (before48(ackno, avr->avr_ack_seqno)) in dccp_ackvec_lookup()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | dccp.h | 125 static inline int before48(const u64 seq1, const u64 seq2) in before48() function 131 #define after48(seq1, seq2) before48(seq2, seq1) 425 if (before48(dp->dccps_swl, dp->dccps_isr)) 438 if (before48(dp->dccps_awl, dp->dccps_iss))
|
H A D | ackvec.c | 97 if (before48(ackno, avr->avr_ack_seqno)) in dccp_ackvec_lookup()
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid2.c | 567 while (before48(seqp->ccid2s_seq, ackno)) { in ccid2_hc_tx_packet_recv() 648 while (before48(seqp->ccid2s_seq, hc->tx_high_ack)) { in ccid2_hc_tx_packet_recv()
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid2.c | 572 while (before48(seqp->ccid2s_seq, ackno)) { in ccid2_hc_tx_packet_recv() 653 while (before48(seqp->ccid2s_seq, hc->tx_high_ack)) { in ccid2_hc_tx_packet_recv()
|
Completed in 6 milliseconds