Searched refs:addslop (Results 1 – 1 of 1) sorted by relevance
279 #define TCPT_RANGESET(tv, value, tvmin, tvmax, addslop) do { \ argument280 (tv) = ((addslop) ? tcp_rexmt_slop : 0) + (value); \