Searched refs:hdr_overhead (Results 1 – 1 of 1) sorted by relevance
1523 uint32_t hdr_overhead; in estimate_buf_cnt() local1531 hdr_overhead = (total_bytes / max_ip_len) * in estimate_buf_cnt()1535 return ((total_bytes + hdr_overhead) / agg_size) + 1; in estimate_buf_cnt()