Home
last modified time | relevance | path

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

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