Home
last modified time | relevance | path

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

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