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