Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1227 const uint32_t max_ip_len = MAX_AGG_IP_LEN(); in flow_agg_is_ok() local
1257 if (__improbable((fa->fa_total + pkt->pkt_flow_ulen) > max_ip_len)) { in flow_agg_is_ok()
1259 uint32_t, pkt->pkt_flow_ulen, uint32_t, max_ip_len); in flow_agg_is_ok()
1521 uint32_t max_ip_len = MAX_AGG_IP_LEN(); in estimate_buf_cnt() local
1531 hdr_overhead = (total_bytes / max_ip_len) * in estimate_buf_cnt()