Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2743 uint16_t hdrs_len_estimate = (uint16_t)MIN(spkt->pkt_length, 128); in dp_copy_headers_to_dev() local
2756 pkt_copy(sbaddr, dbaddr, hdrs_len_estimate); in dp_copy_headers_to_dev()
2757 METADATA_SET_LEN(dpkt, hdrs_len_estimate, headroom); in dp_copy_headers_to_dev()