SLOP
current_buf_size = est_ifreq_size * est_if_count + SLOP;
if (current_buf_size - size < SLOP
new_size = est_ifreq_size * est_if_count + SLOP;