Home
last modified time | relevance | path

Searched refs:hdr_overhead (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1523 uint32_t hdr_overhead; in estimate_buf_cnt() local
1531 hdr_overhead = (total_bytes / max_ip_len) * in estimate_buf_cnt()
1535 return ((total_bytes + hdr_overhead) / agg_size) + 1; in estimate_buf_cnt()