Home
last modified time | relevance | path

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

/xnu-12377.81.4/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
1259 if (__improbable((fa->fa_total + pkt->pkt_flow_ulen) > max_ip_len)) { in flow_agg_is_ok()
1261 uint32_t, pkt->pkt_flow_ulen, uint32_t, max_ip_len); in flow_agg_is_ok()
1523 uint32_t max_ip_len = MAX_AGG_IP_LEN(); in estimate_buf_cnt() local
1533 hdr_overhead = (total_bytes / max_ip_len) * in estimate_buf_cnt()