Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c911 uint32_t largest, max_pkt_len; in convert_native_pkt_to_mbuf_chain() local
950 max_pkt_len = pp->pp_buflet_size * pp->pp_max_frags; in convert_native_pkt_to_mbuf_chain()
961 if (__improbable(len > max_pkt_len || llhlen > len)) { in convert_native_pkt_to_mbuf_chain()