Home
last modified time | relevance | path

Searched refs:smss (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/dccp/ccids/
H A Dccid2.h99 static inline u32 rfc3390_bytes_to_packets(const u32 smss) in rfc3390_bytes_to_packets() argument
101 return smss <= 1095 ? 4 : (smss > 2190 ? 2 : 3); in rfc3390_bytes_to_packets()