Home
last modified time | relevance | path

Searched refs:dccp_loss_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Ddccp.h145 * dccp_loss_count - Approximate the number of lost data packets in a burst loss
150 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_count() function
165 return dccp_loss_count(s1, s2, ndp) == 0;
/kernel/linux/linux-6.6/net/dccp/
H A Ddccp.h140 * dccp_loss_count - Approximate the number of lost data packets in a burst loss
145 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_count() function
160 return dccp_loss_count(s1, s2, ndp) == 0;

Completed in 2 milliseconds