Searched defs:TCP_SND_QUEUELEN (Results 1 – 2 of 2) sorted by relevance
117 #define TCP_SND_QUEUELEN (3 * TCP_SND_BUF) / TCP_MSS // 6 macro
1361 #define TCP_SND_QUEUELEN ((4 * (TCP_SND_BUF) + (TCP_MSS - 1))/(TCP_MSS)) macro